Advertisement
Gray13

Untitled

May 9th, 2016
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. player = game.Players.LocalPlayer
  2. char = player.Character
  3. me = game.Workspace.LocalPlayer:GetChildren()
  4.  
  5. for i,v in pairs(me) do
  6. v.Transparency = 0.5
  7. chat:Chat(player.Character.Head,'With This True Potential,I Will Defeat You!',Enum.ChatColor.Red)
  8. end
  9.  
  10. wait(2)
  11.  
  12. for i,v in pairs(me) do
  13. v.TransParency = 0.6
  14. v.Transparency = 0.7
  15. v.Transparency = 0.8
  16. v.Transparency = 0.9
  17. v.Transparency = 1
  18. chat:Chat(player.Character.Head,'Agghhhhhhhh!,Ahhhhhhhhhhhhhhhhhhhh!!!!',Enum.ChatColor.Red)
  19. wait(0.5)
  20. Instance.new('Fire')
  21. Fire.Size = 25
  22. Fire.Parent = game.Workspace.LocalPlayer.Torso
  23. end
  24. game.Workspace.LocalPlayer.Hats:Remove()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement