Plot Claiming System

Hello!

I’ve been trying to make a plot claiming system for a small game I am working on, but I am unsure on how to approach it.

-When I walk up to a sign, that says “For sale”, and then touch the sign, it would then say " ‘Players name’ plot.

-The player can only claim one plot

-The players plot data will then by loaded(I have not made that yet)

I’ve tried looking for tutorials, but none really helped. Ill leave a game that has a similar mechanic along with some screenshots. Thanks

1 Like

Well the basic idea is that a player would be " attached to the plot"
so I would have a server script wait for the sign to be touched then update the sign
and store the player in a table with the plot referenced ( so you know what plot it is that the player owns later )

1 Like

I think this will help you. You just have to rescript a little bit stuff

That helped with the sign naming part, but I don’t know how I would load the players shed after they claim it