Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --TBH I don't know why people haven't done this sooner,
- game.Players.LocalPlayer.Character.DescendantRemoving:connect(function(hum)
- if hum.ClassName == "Humanoid" then
- hum:Clone().Parent = game.Players.LocalPlayer.Character
- wait(0.03)
- game.Workspace.Camera.CameraSubject = game.Players.LocalPlayer.Character.Humanoid
- end
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement