Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

CloneTrooper cutscene editor plugin scripting help?

Asked by
roudgy 0
6 years ago

So I am using CloneTroopers Cutscene editor I picked the executable local script setting, and put this into a GUI it does nothing. Any suggestions?

function change()
game.Workspace.Cutscenes.ShowIntro.Disabled = false
end

script.Parent.MouseButton1Down:connect(change)

1
why is there a GUI in workspace? creeperhunter76 554 — 6y
0
Please, be specific. advdiscord 17 — 6y

1 answer

Log in to vote
0
Answered by 6 years ago

Local scripts will not be executed in the workspace. move it to starterpack instead, and adjust the script accordingly.

Ad

Answer this question