Advertisement
Guest User

Untitled

a guest
Feb 20th, 2018
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.75 KB | None | 0 0
  1. _G.Kickowo = function(plr)
  2. repeat wait() until plr.Character
  3. repeat
  4. plr.Character.Humanoid.Jump = true
  5. plr.Character.HumanoidRootPart.Position = Vector3.new(math.random(999000, 1001000), 10000, 0)
  6. local Plat = Instance.new('Seat', plr.Character) Plat.Position = plr.Character.HumanoidRootPart.Position
  7. Plat.Name = 'hilol'
  8. Plat.Size = Vector3.new(10, 1.2, 10)
  9. local PART = Instance.new('Part', plr.Character)
  10. PART.Position = Plat.Position - Vector3.new(0, 3, 0)
  11. PART.Size = Vector3.new(10, 1.2, 10)
  12. PART.Anchored = true
  13. PART.Transparency = 1
  14. Plat.Transparency = 1
  15. Plat.Position = plr.Character.HumanoidRootPart.Position
  16. PART.Position = Plat.Position - Vector3.new(0, 3, 0)
  17. PART.Anchored = true
  18. wait()
  19. until not game.Players:FindFirstChild(plr)
  20. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement