Advertisement
Guest User

Untitled

a guest
Sep 17th, 2019
149
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. while wait()do
  2. local plr = "FIREYAUTO"
  3. local part = Instance.new("Part",workspace)
  4. if game.Players[plr].Character.Humanoid.Jump == true then
  5. part.Position = game.Players[plr].Character.LeftFoot.Position
  6. part.Anchored = true
  7. part.Transparency = 1
  8. wait(.25)
  9. part:Destroy()
  10. end
  11. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement