Ok, so in scripting you use
Baseplate = game.Workspace.Baseplate
To do stuff easier but... What is the difference between that
local Baseplate = game.Workspace.Baseplate
and this?? please help. :D
You can only use the local
in the script it is defined in.