I have a simple elevator using a proximity prompt and a prismatic constraint. Everything works normally, but the elevator platforms sink whenever a player stands on it.
Any ideas on how to fix this? I’ve tried looking at properties of the constraint but couldn’t get it to work.
Neither I’m just using a prismatic constraint connected to 2 attachments that pulls the platform along the y-axis without any rotation.
I’ll send a picture if you need it whenever I go back on pc
I’ve used PrismaticConstraints for my elevators but haven’t had this issue.
How much Mass is in your elevator? If it’s too heavy then it may be affecting how much the Prismatic can push.
Is there friction involved with Anchored parts that are touching your elevator? If so then when a player steps on the elevator it could shift it slightly.
Is your elevator script a LocalScript or a Script? It should be a server Script so that the controls affect the Prismatic on the Server, not just on the Client.
Hi thanks for the suggestions. I was playing around with the properties you mentioned and nothing seemed to work. I ended up testing it published to roblox and it was working normally. Idk I guess it’s just a performance issue