#ui tweening not working
46 messages · Page 1 of 1 (latest)
** You are now Level 1! **
Well your easing style and easing direction are strings, not actual enums (Enum.EasingStyle.Linear, etc.). Roblox does recommend using tweenservice instead of tweensize, yet it should still work (other than the enums)
instead of string
** You are now Level 1! **
still not working
show me script
current
stilll not working
brb
didnt fix
should i swap to tweenservice
wait, why do you have 6 args in your Udim2?
I didn't even notice that, switch it to just having 4 mate
enum.EasingDirection is first lol just noticed what i said
then
the size is supposed to connect to the oxygenlevel, so i assumed that putting it in with the size would work
1, 0, oxylev/100, 0
ah
Well, you can't just magically add more arguments to a method that only takes 4
this also has to be changed
Wait, all of this should've been clearly displayed in the output, do you not have it open?
i do
heres what happens
is the bar's inside parented to the background?
I'm guessing not, go fix that
okay, well i fixed the width, but its going too far at the bottom
Look at the properties of the bar
show the size it's trying to display (so the .Size property)
yeah fixed that but its emptying upwards
** You are now Level 2! **
anchorpoint y = 1
position y (scale) = 1
that fixed it! thank you
use TweenService instead of tweensize, its deprecated
Wow cyn is making a diving game
