Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Player = owner
- Character = Player.Character
- Character.Parent = workspace.Terrain
- wait(.1)
- NLS([[
- workspace.CurrentCamera.CameraSubject = game.Terrain:FindFirstChild(owner.Name).Humanoid
- ]],Character)
- while true do
- wait()
- if not NC then
- NC = Character:Clone()
- NC.Parent = workspace.Terrain
- Player.Character = NC
- wait(.1)
- NLS([[
- workspace.CurrentCamera.CameraSubject = game.Terrain:FindFirstChild(owner.Name).Humanoid
- ]],Character)
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement