Facebook
From Filip Krzemień, 10 Months ago, written in Plain Text.
Embed
Download Paste or View Raw
Hits: 170
  1. local player = game.Players.LocalPlayer
  2. local mouse = player:GetMouse()
  3. local tool = script.Parent
  4. local server = tool:WaitForChild("ServerScript")
  5.  
  6. local equipped = false
  7. local spraying = false
  8.  
  9. tool.Equipped:Connect(function ()
  10.  equipped = true
  11. end)