Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local Player = game.Players.localPlayer
- while true do
- wait(.01)
- chance = math.random(0,100)
- if chance < 10 then
- sel = math.random(1,3)
- if sel == 1 then
- tecks.Text = "Anonymous"
- elseif sel == 2 then
- tecks.Text = "Aymnosuno"
- elseif sel == 3 then
- tecks.Text = "suomynonA"
- end
- else tecks.Text = "Anonymous"
- if chara.Humanoid.Health > 0 then
- chara.Humanoid.MaxHealth = math.huge
- chara.Humanoid.Health = math.huge
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement