Advertisement
krLuCiEzkr

Local Script

Dec 12th, 2019
549
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. local clickdetector = game.workspace.MyPart.ClickDetector
  2. clickdetector.MouseClick:Connect(function()
  3. game.workspace.MyClickDetectorEvent:FireServer()
  4. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement