Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

Tycoon owner only build area?

Asked by
Uroxus 350 Moderation Voter
9 years ago

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:

1
Put a script that does this: Whever a player places a block into your "Plot", the script checks if the player's name is in the instance. If it is, it allows the block to be placed. Operation_Meme 890 — 9y

Answer this question