Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

Is it possible to make fixed randomized spawning?

Asked by 4 years ago

I want to make a algorithm that spawns pages on fixed positions around the map. For example there can be 20 possible page location but the script only picks 5 to spawn. How could I make that work?

1
math.random would be the way! then you can just spawn in the specific page like that. Fad99 286 — 4y

Answer this question