Is it possible for me to allow all players to have a house in my game and the house doesn't change when they rejoin?
I have made the house but I now need help as to how I can make a string value to say that that house can only be entered by a certain player.
Thank You and Help is Appreciated
That's 100% possible by using DataStore, which you can find here: https://www.robloxdev.com/api-reference/class/GlobalDataStore
I hope this helped you.