of     1   

Odawg566
#228136503Monday, November 27, 2017 5:27 AM GMT

script.Parent.MouseButton1Click:connect(function() if game:GetService("GamePassService"):PlayerHasPass(p,id) then print("Player Owns") end end) Wont work henlo my guy
mattscy
#228145108Monday, November 27, 2017 2:29 PM GMT

mousebutton1click is client only and gamepassservice is server only you have to detect the click in a localscript and invoke a remote function to the server to check if the player has the pass

    of     1