Advertisement
PheonixStudio

Pet Script (Local)

May 31st, 2020
1,498
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.13 KB | None | 0 0
  1. local PetEvent = --| Where ever you put the Event!
  2.  
  3. script.Parent.MouseButton1Down:Connect(function()
  4.     PetEvent :FireServer()
  5. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement