Part glitches in other part when placed
How would i fix this? Is there any setting i can change so the ladder dosent shake and glitch
Part glitches in other part when placed
How would i fix this? Is there any setting i can change so the ladder dosent shake and glitch
Try setting the Y position higher.
local creatingPartPosition = Part.Position + Vector3.new(0,yourdesirednumber,0)
Oh thank you for helping i tried that but i fixed the problem, turns out because it was colliding in the other part it was putting the part down so i just put the ladder 2 studs back from the player so it doesen’t glitch anymore
Thats nice, keep up the good work!