Advertisement
HowToRoblox

SmokeGrenadeClient

May 6th, 2021
1,478
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.21 KB | None | 0 0
  1. local grenade = script.Parent
  2.  
  3.  
  4. local mouse = game.Players.LocalPlayer:GetMouse()
  5.  
  6. local re = grenade:WaitForChild("ThrowRE")
  7.  
  8.  
  9. grenade.Activated:Connect(function()
  10.    
  11.    
  12.     re:FireServer(mouse.Hit)
  13. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement