Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

Is there a way to move an object you've used C-Frame on without it reverting?

Asked by 10 years ago

Please include the code which you are trying to use, so the community will be better-equipped to help you with your problem.

I've been trying to build a model using C-Frame, and Roblox Studio tends to want to revert it before moving the object. Moving the object with the C-Frame tools is an inconvenience too.

2 answers

Log in to vote
1
Answered by
devDave 50
10 years ago

You might be telling it to go to its start position, causing it to revert.

Ad
Log in to vote
0
Answered by 10 years ago

I don't know if I totally grasp your problem, but if I do, try calling

part.CFrame = part.CFrame +-*/ Vector3.new()

Answer this question