Release Notes for 633

amazon like same day delivery

THANK YOU!!!

2 Likes

Just right now several Roblox clients were updated that broke UIGradient keypoints with less than a 0.01 time difference to another keypoint. This is detrimental as nearly every progress bar in my game uses UIGradients like this along with the Offset property.

Examples



image (4)
image (5)
image (6)

Keypoint at 0.999 time

The keypoint is no longer visible, and is being ignored when rendering.
Screenshot 2024-07-16 133720

Keypoint at 0.99 time

The keypoint reappears when the time difference is 0.01+. This workaround causes blurring at the end of the progress bar
Screenshot 2024-07-16 133728

4 Likes

I have a drawing game which uses the CanvasDraw module, this update basically broke my entire game as it relies on a gradientmap drawing system and now all the drawings have weird lines and blurs all over them. Oh boy.

1 Like

Similar to a couple other users in this thread, the internal changes undisclosed to UIGradients have also affected my studio’s games, which I’ve posted in a bug report here:

2 Likes

An update killed my UIGradient based canvas system for my game

3 Likes

@Ethanthegrand14 @hello42 @PondazYeah @dukzae Should be fixed:

2 Likes

Glad this is finally fixed! This has been driving me crazy the past few weeks

When will the fix for game.CreatorId go live?

The game.CreatorId fix should be live now in the latest Studio!

I just took a look after restarting studio but it still doesnt seem to be working properly.
image

Hm that’s interesting, are you in a published place? The CreatorId for an unpublished place is expected to be 0

I am in a published place yes.

ah rip, does this also happen if you make a new Baseplate place, publish that, and then try printing out the CreatorId?

If it works with the Baseplate/other places, I can try looking into that specific place file if you’re able to send it

i just opened a new baseplate place and launched a local test server, it prints 0 there aswell.


image

Do you want me to send a place file of the fresh opened baseplate place?

Thanks for the extra info, I can repro it now so no need to send the file. Looks like the CreatorId fix doesn’t work with the local server testing - it should work though if you do a playtest with the Play button.

I’ll look into getting a fix in for the local test server use case + will let you know when it’s live.

2 Likes

Ever since this release, it has made a huge bug in all my games. I use a custom proximity prompt and since this release whenever someone uses a proximity prompt it doesn’t go away. The prompt kind of just stays there and never disappears after.

Hi there!
I was wondering if you have an update on this for me. :slight_smile:

The fix should be available in the next release - will let you know once it’s live

1 Like

Just turned on the fix for this on the latest Studio. Is it working for you now?

It works perfectly now! :tada:
Thank you so much!

1 Like