Advertisement
BladGoKop

Roblox Studio สอนสร้างปืนver2 -LocalScript

Apr 15th, 2021 (edited)
160
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. local plr = game.Players.LocalPlayer
  2. local mouse = plr:GetMouse()
  3. script.Parent.Activated:Connect(function()
  4. script.Parent.RemoteEvent:FireServer(script.Parent.Fire.Position,mouse.Hit.p)
  5. print(mouse.Hit.p)
  6. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement