Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local easyObby = game.Workspace.Obbies.EasyObby.Win
- local hardObby = game.Workspace.Obbies.HardObby.Win
- local btn = script.Parent
- local root = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart
- btn.MouseButton1Click:Connect(function()
- while wait() do
- root.CFrame = easyObby.CFrame
- wait(.1)
- root.CFrame = hardObby.CFrame
- wait(88)
- end
- end)
Add Comment
Please, Sign In to add comment