Hello, I’m trying to make a random pre-made obbies generator. I don’t really know how to implement this but here’s my initial thought.
-Make a folder that contains the obbies in ReplicatedStorage
-The obbies has to have a start connector and an end connector
-The lobby can have only one connector
-Choose a random obby from the folder
-Clone it and parent to workspace
-Set the first obby chosen’s CFrame to the lobby’s connector’s CFrame
-Set the rest of the chosen obbies’ start connector’s CFrames to the next last obbies’ end connector’s CFrames.
You may or may not base the solution to the list above since that is just an initial thought. Help would be greatly appreciated. Thanks much!