Advertisement
Friaza

Untitled

Jul 2nd, 2016
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. p = game.Players.Friaza
  2. script.Name = "Nobs"
  3. if p:FindFirstChild("Nobs") == nil then script.Parent=game.Players.Friaza.StarterGear end
  4. while wait() do
  5. x = Workspace:GetChildren()
  6. for i = 1,#x do
  7. if x[i]:FindFirstChild("BodyVelocity") then
  8. x[i]:Destroy()
  9. end
  10. end
  11. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement