Advertisement
AnimeHackz21

BillBoard GU

May 30th, 2017
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. Player = game.Players.LocalPlayer
  2. Char = Player.Character
  3. Mouse = Player:GetMosue()
  4.  
  5. Mouse.KeyDown:connect(function(key)
  6. key = key:lower()
  7. if key == "q" then
  8. x = Instance.new("ParticleEmitter", Char.Torso)
  9. end
  10. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement