Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- script.Parent.Equipped:Connect(function(mouse)
- mouse.Button1Down:Connect(function()
- if mouse.Target.Name ~= "SandBlock" then return end
- script.Parent.RemoteEvent:FireServer(mouse.Target,mouse.TargetSurface)
- end)
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement