Advertisement
HHLExploits

oof

Nov 10th, 2019
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.61 KB | None | 0 0
  1. platform = Instance.new('Part', workspace)
  2. platform.Size = Vector3.new(1000,0,10200)
  3. platform.Anchored = true
  4. platform.Position = Vector3.new(100,-250,-200)
  5. game.Workspace.Part.Name = "bro"
  6. game.Workspace.bro.Locked = true
  7. local lastpos = 100.168724, -246.475052, -190.264404
  8. local me = game.Players.LocalPlayer.Character
  9. game.Workspace.Debris.ChildAdded:Connect(function(v)
  10. if v.Name == "Halloween Haberdash" then
  11. me.HumanoidRootPart.CFrame = v.CFrame
  12. else
  13. game.Workspace.Debris.ChildRemoved:Connect(function(v2)
  14. if v2.Name == "Halloween Haberdash" then
  15. me:MoveTo(Vector3.new(lastpos))
  16. end
  17. end)
  18. end
  19. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement