Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Player = game.Players.LocalPlayer
- Char = Player.Character
- Mouse = Player:GetMosue()
- Mouse.KeyDown:connect(function(key)
- key = key:lower()
- if key == "q" then
- x = Instance.new("ParticleEmitter", Char.Torso)
- end
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement