How can I make the model spawn in different places for the player?

Please help, I need this urgently, thanks in advance!

Do you have a script or something that we can analyze?

No, i want make script but idk how

Based on the info that you gave:

  • Generate a random position using math.random
  • Clone your model and store it in a variable
  • Use model:PivotTo(CFrame) to move your model to your random position
  • Set the parent of the model to the workspace
1 Like