imacodr
(imacodr)
#1
This might sound a bit confusing so I apologize if it does.
I have an elevator union that brings player vehicles up. I achieve it by welding the vehicle to the elevator and tweening the elevator.
My only issue is that the weld positions at the middle of the union as the elevator itself is one union.
How can I change the position of my weld to the bottom of the elevator part?
SelDraken
(SelDraken)
#2
The simplest way, is to put an Attachment where you want the weld to attach
Then when you weld, whichever is the union, if Part0 is the union, you do C0 = Attachment.CFrame
imacodr
(imacodr)
#3
That worked perfectly. Thanks a lot!
1 Like
system
(system)
Closed
#4
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.