Search found 1 match

by tedrahedron
Sun Nov 03, 2024 6:05 pm
Forum: Modding help
Topic: How can I use RailPlanner
Replies: 0
Views: 127

How can I use RailPlanner

I want to build rail in ghost mode with code.
But I didn't find any API allow me to do it. The only term I found is RailPlanner.

I can only build entities like the code below. But how can I build railway turning around?


local start_position = player.position
for i = 0, 30, 1 do
local current ...

Go to advanced search