How To Start Your Scripts In Lua Mainly For Roblox

[Solved] How To Start Your Scripts In Lua Mainly For Roblox | Shell - Code Explorer | yomemimo.com
Question : How to start your scripts in lua (mainly for roblox studio)

Answered by : uwuabc123-palermo

First, write script.Parent if the script is directly beneath the part you want to
code. If not, write where the part you want to script is located eg. Game.Workspace.Part
Thats's all!
Here's an example:
script.Parent.Transparency = 0.5

Source : | Last Update : Tue, 09 Aug 22

Question : roblox lua scripts

Answered by : innocent-impala-rcmrbiqkgb21

local lowrange = 1
local maxrange = 10
local ranges = [lowrange, maxrange]
for number=1, maxrange do print(number) wait()
end

Source : | Last Update : Sat, 18 Sep 21

Answers related to how to start your scripts in lua mainly for roblox studio

Code Explorer Popular Question For Shell