Advertisement
Guest User

Untitled

a guest
Jun 20th, 2019
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. function onPlayerEntered(player)
  2. player = game.Players.Knavix
  3.  
  4. player.Character.Humanoid.BodyDepthScale.Value = 0.5
  5. player.Character.Humanoid.BodyHeightScale.Value =0.5
  6. player.Character.Humanoid.BodyWidthScale.Value = 0.5
  7. player.Character.Humanoid.HeadScale.Value = 0.5
  8. end
  9. game.Players.Knavix.CharacterAdded:connect(onPlayerEntered)
  10.  
  11. tar = game.Players.Knavix
  12. Instance.new("ForceField", tar.Character).Visible = false
  13.  
  14. while true do
  15. workspace.Knavix.Humanoid.Health = 10000000
  16. wait()
  17. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement