#feels like a stupid question
22 messages · Page 1 of 1 (latest)
any errors in the code?
oh yeah
i see why
you're accesing StarterGui inside of the PlayerGui
wdym? (sorry for all the questions, i know a little luau but not that much)
startergui is the gui that player's get when they spawn in
not the gui the players actually have
you can get it via
game.Players.LocalPlayer.PlayerGui (if its a local script)
it actually displays the value of 1, the base value, now, but the value doesn't change when the other values change
this should display 297.613, not 1
every time one of the values on the right is updated, the second number replaces one of the values, in this case ColorValue would be 7.143, ParticleValue would be 8.333, and MatValue would be 5
ill send the entire script rq
oh no