George148

Untitled

Jul 26th, 2015
185
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.62 KB | None | 0 0
  1. --[[
  2. NOTE: this is very buggy. i had a bug with tools just becuz i anchored the arm.
  3. ALSO: i dont do well with welding so this doesnt weld, it just duplicates the arm a billion times.
  4. WARNING: may lag game, but has never happened to me.
  5. --]]
  6. wait(1) --for some reason i have to do this or it doesnt work :/
  7. while true do
  8. he = game.Players.LocalPlayer.Character["Left Arm"]:Clone()
  9. he.Parent = game.Workspace
  10. he.CanCollide = false
  11. he.Anchored = false
  12. wait(0.0000001) --can be any time, but this is best so it doesnt fall or break or something
  13. he:remove()
  14. end
  15. --yes this is a simple script, only 9 lines of code.:|
Advertisement
Add Comment
Please, Sign In to add comment