Scriptz7
(Scriptz)
November 19, 2022, 3:07am
#1
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
Check out 🎃 Custom PC Tycoon! 🖥️. It’s one of the millions of unique, user-generated 3D experiences created on Roblox. 🖥️ Welcome to Custom PC Tycoon! 🖥️
Note: The game wont be receiving permanent content updates, it will only be getting EVENTS for...
1 Like
DamSam127
(Nerd123)
November 19, 2022, 4:26am
#2
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
Scriptz7
(Scriptz)
November 19, 2022, 2:09pm
#4
That helped with the sign naming part, but I don’t know how I would load the players shed after they claim it