Hello, I want to make a game like Subway Surfers, Temple run, etc. Is Roblox capable to make an endless runner that procedurally generates the level and randomly adds obstacles around the level with a script?
1 Like
Yes, there is its a little complicated but you would need to have lots of objects (probably like 30) where you would have to clone and reposition them in a ray. lookup “Infinite Obby” and you might get a similar result on how to make something like that.
1 Like
What do you mean by Objects? Do you mean the obstacles or in subway surfers case a train track?
Yeah basically anything you want to repeat, obstacles, track, cars
Also be warned copying subway surfers is against TOS