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

How to get Part CFrame in radians?

Asked by 3 years ago

while true do wait(0.60) for i = -30 , 30 , 5 do local projectile = game.ReplicatedStorage.MultiProjectile:Clone() projectile.Parent = workspace projectile.CFrame = script.Parent.CFrame projectile.Orientation = Vector3.new(0,script.Parent.Orientation.Y,90) end end
0
Idk what this is asking but CFrames are so confusing that by the looks of it this looks worth upvoting nc2r 117 — 3y

1 answer

Log in to vote
0
Answered by 3 years ago

I'm not sure if I properly understood your question but, you can use math.rad() to retrieve the radian value of a angle value.

Ad

Answer this question