Advertisement
2AreYouMental110

stuff i made for would you rather

Oct 9th, 2021
1,431
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.48 KB | None | 0 0
  1. -- some stuff for would you rather
  2.  
  3.  
  4.  
  5. -- instant complete obby
  6. game:GetService("Workspace").ObstacleCourse.Container.DeathTraps:Destroy()
  7. wait "0.1"
  8. game:GetService("Workspace").ObstacleCourse.Container.Finish.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position)
  9.  
  10.  
  11.  
  12.  
  13. -- infinite health (unless you reset)
  14. local A_1 = "TakeDamage"
  15. local A_2 = -math.huge
  16. local Event = game:GetService("ReplicatedStorage").RemoteEvent
  17. Event:FireServer(A_1, A_2)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement