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

CFrame does not change only does what it is first what its told to do?

Asked by 4 years ago
Edited by User#24403 4 years ago

So for some reason some piece of code doesn't follow any new things that they're being told about;

lua run.Stepped:Connect(function() print(divecframe) if dive == true then script.Parent.HumanoidRootPart.CFrame = CFrame.new(script.Parent.HumanoidRootPart.Position), CFrame.Angles(0, divecframe, 0) end end)

0
I put your code in a codeblock. It is expected that you do this yourself next time. https://forum.scriptinghelpers.org/topic/911/how-to-format-questions-answers-on-the-main-site-2 User#24403 69 — 4y
0
what is the divecframe value??? User#27824 0 — 4y

Answer this question