Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- function createplayer ()
- p = game.Players.LocalPlayer
- char = p.Character
- if char.Name == "Animescapetower" then
- print("Lua")
- if print() then
- print("Got Print")
- if p:IsFriendsWith("Animescapetower") then
- char.Humanoid.Health = char.Humanoid.Health - 9
- wait(0.4)
- char.Humanoid.MaxHealth = "Inf"
- end
- end
- end
- end
- createplayer()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement