Advertisement
Animescapetower

Script lesson #2 For People Who Want Friend Only Scripts

Jul 2nd, 2018
252
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. function createplayer ()
  2.  
  3. p = game.Players.LocalPlayer
  4. char = p.Character
  5.  
  6. if char.Name == "Animescapetower" then
  7.  
  8. print("Lua")
  9.  
  10. if print() then
  11. print("Got Print")
  12.  
  13. if p:IsFriendsWith("Animescapetower") then
  14.  
  15. char.Humanoid.Health = char.Humanoid.Health - 9
  16. wait(0.4)
  17. char.Humanoid.MaxHealth = "Inf"
  18.  
  19.  
  20. end
  21.  
  22. end
  23.  
  24. end
  25.  
  26. end
  27.  
  28. createplayer()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement