In my game I have squares, with the standard Tycoon ownership button. The point of the game is you pick one you want, and if its free you can have it and no one else can build on it (A bit like 'Welcome to roblox building')
Each 'plot' has an instance
inside named Player, I was initially thinking I could use that as part of some local player
script and if they match, they can build. But I have no idea how to do this...
Summary: If I have tycoon ownership buttons (The button you walk onto to take ownership of the tycoon, THOUGH THE GAME IS NOT A TYCOON), and once they own a BuildingPlate, they are allowed to use their tools. If they are not the owner of the plot they cant.
In no means am I asking for a script, A hint of how I would do this would be helpful. Thanks! c: