Advertisement
plytalent

adaa

Apr 26th, 2019
253
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. character = owner.Character
  2. game:GetService("RunService").Heartbeat:connect(function()
  3. character.Parent = workspace.Camera
  4. cloned = character:Clone()
  5. cloned.Parent = workspace
  6. cloend:MakeJoints()
  7. wait(1/60)
  8. cloned.Parent = workspace.Camera
  9. character.Parent = workspace
  10. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement