GUI does not look correctly in-game

I’m trying to change the A-chassis GUI design a little bit. In Roblox Studio, it looks normal, but in the game, it isn’t right. The GUI’s are Scaled and yet it isn’t working. I’m not sure what to do next.

In Roblox Studio:

bdfbf46d554c510d5c1799dc4e9b24a1

In-Game:

Here is the Roblox Game if needed:car gui.rbxl (536.0 KB)

1 Like

Check the backgrounds’ scale. saaaaaaaaaa

The background has been scaled.

Parent the images of the speedometers to the background, and set the scale to (0, 1) (0, 1)?

@Joeykm16 is might be a classic case of Offsets. Check if your background GUI has all offsets set to 0. Open your background’s property then go to size and click on the side it will open up an x and a y tab.
s
After that you’ll see offset set all of the offsets to 0. o Your position offset is automatically set to 0. Just check your size tab in your GUI property!
I hope it helps!
Intro to GUIs (roblox.com) - Read about Offset Property!

2 Likes

The background has no offset, and the scale of the position and the size is set to 1.