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