Advertisement
replic8

Untitled

Jun 28th, 2017
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. local player = game.Players.LocalPlayer
  2. local character = player.CharacterAdded:wait()
  3. spawn(function()
  4. local part = Instance.new("Part", workspace)
  5. local weld = Instance.new("Weld", part)
  6. weld.Part0 = part
  7. weld.Part1 = character["Left Arm"]
  8. weld.C0 = CFrame.new(0, 0, 0) *CFrame.new(0, 0, 0)
  9. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement