Advertisement
Animescapetower

Anti Platform Stand - [ROBLOX VOID]

Feb 27th, 2018
753
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 1.02 KB | None | 0 0
  1. print("This script is made for those annoying scripts that make people platform = true yep")--Made by anime
  2. warn("This user interfearence can be edited by noobs just change the health and thats it also change the platform so thats it")
  3. Player = game.Players.LocalPlayer
  4. Health = "Inf"
  5. if Player.Name == "Animescapetower" or "redwhatchacallit" or "popperking1011" or "KillerDarkness0105" then--Tells the player
  6. Player.Character.Humanoid.MaxHealth = Health
  7.  Player.Character.Humanoid.Health = Health
  8. print("Username has been accepted thx user from accepting the script server your  maxhealth is " ..Player.Character.Humanoid.MaxHealth .. " and your other health is " .. Player.Character.Humanoid.Health )
  9. end
  10.  
  11. while true do
  12. wait(0.5)
  13. Player.Character.Humanoid.PlatformStand = false
  14.  
  15. if Player.Name == "Animescapetower" or "redwhatchacallit" or "popperking1011" or "KillerDarkness0105" then--This also makes me
  16. --invincible
  17.  
  18.  
  19. Player.Character.Humanoid.MaxHealth = Health
  20.  Player.Character.Humanoid.Health = Health
  21.  
  22.  
  23. end
  24. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement