Advertisement
NyonicBear

Admin""

Feb 20th, 2016
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. Plrs = game:GetService
  2.  
  3. me = Plrs.NyonicBear
  4.  
  5. local pln = game.Workspace.me.Torso
  6. local Part0 = Instance.new ("Part")
  7. Part0.Size = Vector3.new(1,1,1)
  8. Part0.Parent = game.Workspace
  9. local w = Instance.new("Weld")
  10. w.Parent = pln
  11. w.Part0 = pln.Torso
  12. w.C0 = CFrame.new(0, 0, 6)*CFrame.new(0, -math.pi/5, 0)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement