colbert2677
(ImagineerColbert)
November 8, 2018, 8:51am
7
Incorrect. This happens to everyone. There are several topics on the DevForum regarding SetPrimaryPartCFrame ripping apart models after continuous calls.
I made an animated barrier thing that uses :SetPrimaryPartCFrame() to move portions of the barrier. Here is its progress over time:
When I first open it up in run mode:
[image]
I minimized studio and left it alone for a while. A little short of an hour later and it’s turned into this:
[image]
Notice how some of the pieces are no longer connected. Leaving it for a day resulted in this:
[image]
Here is a picture that shows the individual models:
[image]
local interpolation = require(scri…
Describe the bug. Describe what is happening when the bug occurs. Describe what you would normally expect to occur.
On models that I have using SetPrimaryPartCFrame() on to move, I’ve notices gaps starting to grow between the parts.
How often does the bug happen (Everytime/sometimes/rarely)? What are the steps that reproduce the bug? Please list them in very high detail. Provide simple example places that exhibit the bug and provide description of what you believe should be the behavior.
…
I decided to use SetPrimaryPartCFrame() for an elevator in a building I’m working on because it’s something rather new and I wanted to test it out. However, as soon as I tested it out, I realized it’s very choppy.
I’m assuming this is a bug because it would only make sense that if you move the primary part, all the other parts would move instantly. It appears there’s a short delay in-between each part’s movement.
Note: this is only happening in a server, NOT studio.
GIF to show what’s happeni…
https://devforum.roblox.com/t/more-efficient-way-to-move-anchored-models-than-setprimarypartcframe/19207
I know this has been brought up before, but when you continuously use SetPrimaryPartCFrame, the parts separate from their intended positions over time.
Will ROBLOX fix this at some point, because the method is robust… but too flawed to utilize for major features.
https://devforum.roblox.com/search?q=SetPrimaryPartCFrame
1 Like