J9White
(J9White)
April 1, 2023, 9:59am
#1
Hey all! Regarding my previous post , I’m looking for a solution worded differently.
For context, I am trying to spawn in an instance on the location of the part the player clicked.
For example, if the player clicks part_1 then an instance will spawn on part_1 (location-wise). Same for all other parts clicked.
Now, for some reason, the instance that spawns in is flipped upside-down. Any ideas?
DasKairo
(Cairo)
April 1, 2023, 10:11am
#2
This is most likely the way that the Model is Set up, the Object’s CFrame
may not be Correctly Rotated, it could also be the way that you are spawning in the Object.
J9White
(J9White)
April 1, 2023, 10:12am
#3
Is there a way to programmatically fix this? I have no idea how to invert this properly
J9White
(J9White)
April 1, 2023, 1:05pm
#4
brigade:PivotTo(i.CFrame * CFrame.Angles(0,-math.pi,0))
Solution: Christ will set you free. I love GOD. I love CHRIST.
system
(system)
Closed
April 15, 2023, 1:06pm
#5
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.