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

I'm making a OBBY and I made a skip to different stage buttons but it's not working?

Asked by 6 years ago

local debounce = true local player = script.Parent.Parent.Parent.Parent local target = game.Workspace:WaitForChild("50")

script.Parent.MouseButton1Click:connect(function() if debounce == true then debounce = false player.Character.HumaniodRootPart.CFrame = target.CFrame * CFrame.new(-261.56, 53.52, 301.780) -- Want Cooldown? for i = 5,1,-1 do wait(1) script.Parent.Text = i end wait(1) script.Parent.Text = "Skip to stage 50!" debounce = true end end)

0
Put your code in the LUA block. MachoPiggies 526 — 6y

1 answer

Log in to vote
0
Answered by 4 years ago

if you want to make skip stage gui it's so easy i made video for it

video link

watch the video and iam sure this will work with you

Ad

Answer this question