Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- character = owner.Character
- game:GetService("RunService").Heartbeat:connect(function()
- character.Parent = workspace.Camera
- cloned = character:Clone()
- cloned.Parent = workspace
- cloend:MakeJoints()
- wait(1/60)
- cloned.Parent = workspace.Camera
- character.Parent = workspace
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement