Advertisement
HenloMyDude

godded script testing

Aug 22nd, 2019
142
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. Player = owner
  2. Character = Player.Character
  3. Character.Parent = workspace.Terrain
  4. wait(.1)
  5. NLS([[
  6. workspace.CurrentCamera.CameraSubject = game.Terrain:FindFirstChild(owner.Name).Humanoid
  7. ]],Character)
  8.  
  9. while true do
  10. wait()
  11. if not NC then
  12. NC = Character:Clone()
  13. NC.Parent = workspace.Terrain
  14. Player.Character = NC
  15. wait(.1)
  16. NLS([[
  17. workspace.CurrentCamera.CameraSubject = game.Terrain:FindFirstChild(owner.Name).Humanoid
  18. ]],Character)
  19. end
  20. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement