How to make a house system like adopt me

Hey I was wondering how I can make a house spawning system like adopt me, I am fairly new to scripting.

1 Like

It’s pretty easy: Just make a house and put it in Replicated Storage, make a dictionary for all the Vector3 points you want the house to go, and when a player joins, use the dictionary to find an available location and you can clone the house from Replicated Storage to the Workspace.

8 Likes