I have tryed to make a inventory system, which Shows the Player a imagebutton (imagebutton IS named: GirlVIP) when He Owens a Special Gamepass. But i am Not a scripter, when i be honest i have no idear how such a Script Work. Can anybody pls explayn IT to me?
There are two types of scripts. A Localscript, which is a script that runs on the client (player), and a Server Script, a script that runs on the server. Server scripts run in ServerScriptService and Workspace. Localscripts run in StarterCharacterScripts, StarterPlayerScripts, StarterGui/PlayerGui, and inside Tool instances (objects).