#Dead Rails Weld system

1 messages · Page 1 of 1 (latest)

zenith fjord
#

So I already know how to make a drag system in dead rails but how do you make that welding system where it sticks the part in place? Would really appreciate some help!
(Not copying dead rails this is for a different game)

jagged epoch
#

you already made a post brother

dry star
jagged epoch
#

but essentially youd just create a weld in the object connected to the train/whatever whenever 'placement' is finished, as long as it's touching (maybe using getpartsinpart with a hitbiox)

dry star
#

Also make sure to weld the hitbox to the train/trailer

jagged epoch
#

maybe not velocity magnitude because then it won't be abl;e to be done on the moving train

#

but yeah that

dry star
#

Thats why you subtract the hitbox’s velocity

zenith fjord
#

Appreciate it guys!