Advertisement
skidkid

Untitled

Dec 12th, 2019
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. plr = game.Players.LocalPlayer
  2. mouse = plr:GetMouse()
  3. mouse.Button1Down:connect(function()
  4. SetFlame(game.Players[mouse.Target.Parent.Name])
  5. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement