Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR LUA

How to start your scripts in lua (mainly for roblox studio)

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
 
PREVIOUS NEXT
Tagged: #How #start #scripts #lua #roblox
ADD COMMENT
Topic
Name
7+6 =