MESCRIPT

invisible nsba script

Apr 18th, 2019
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.94 KB | None | 0 0
  1. local player = game.Players.LocalPlayer
  2. position = player.Character.HumanoidRootPart.Position
  3. wait(0.1)
  4. player.Character:MoveTo(position + Vector3.new(0, 1000000, 0))
  5. wait(0.1)
  6. humanoidrootpart = player.Character.HumanoidRootPart:clone()
  7. wait(0.1)
  8. player.Character.HumanoidRootPart:Destroy()
  9. humanoidrootpart.Parent = player.Character
  10. player.Character:MoveTo(position)
  11. wait()
  12. -- Remove this if you want to see yourself (others still won't see you)
  13. game.Players.LocalPlayer.Character.Torso.Transparency = 1
  14. game.Players.LocalPlayer.Character.Head.Transparency = 1
  15. game.Players.LocalPlayer.Character["Left Arm"].Transparency = 1
  16. game.Players.LocalPlayer.Character["Right Arm"].Transparency = 1
  17. game.Players.LocalPlayer.Character["Left Leg"].Transparency = 1
  18. game.Players.LocalPlayer.Character["Right Leg"].Transparency = 1
  19. game.Players.LocalPlayer.Character.Humanoid:RemoveAccessories()
  20. game.Players.LocalPlayer.Character.Head.face:Remove()
Add Comment
Please, Sign In to add comment