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

How could I properly position these letters?

Asked by 5 years ago

Hi, I've been trying to re-make Roblox's old axis system and everything works, but the letters are tilted weirdly. I've been trying to fix this for ten minutes and failed.

Video Here: https://player.vimeo.com/video/358945865

Here's what my StarterGui looks like: https://i.imgur.com/q2ikbEI.png

Code Here:

01function setPos(p,cf)
02    p.Position = cf
03end
04function setCF(p,cf)
05    p.CFrame = cf
06end
07 
08local gui = script.Parent.XYZ_Loc
09local viewport = gui.Viewport
10viewport.CurrentCamera = workspace.CurrentCamera
11 
12local x = CFrame.new(-2.02571487, -1.48418903, -2.94356537)
13local y = CFrame.new(-1.62891006, 3.23608112, 1.49020386)
14local z = CFrame.new(2.91730118, -1.53606987, 1.92480469)
15 
View all 23 lines...
0
btw positions are normal just rotations the8bitdude11 358 — 5y

Answer this question