Awesome, man
Alucard Half Blood
5
Posts
1
Topics
A member registered Jul 15, 2021
Recent community posts
Asset Forge community » Custom content » Models · Replied to cucooGames in 80s 4-door sedan - police version
Asset Forge community » Custom content » Scripts · Created a new topic Diesel train generator (based on Kenney's script Car Generator)
if wheels looks at this pic:
change in lines 31-35:
replace with this code:
forge.build(randomWheel, {-0.5, wheelHeight, -0.75}, {0, 180, 0})
forge.build(randomWheel, {-0.5, wheelHeight, 1}, {0, 180, 0})
forge.build(randomWheel, {0.5, wheelHeight, -0.75}, {0, 0, 0})
forge.build(randomWheel, {0.5, wheelHeight, 1}, {0, 0, 0})