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

TweenService Stopped Working Yesterday???

Asked by 5 years ago

So I have some serverscripts and inside the script are a couple int values. I call the tweenservice inside the script to tween the values and it's worked really well for a while. Yesterday I updated some benign stuff and didn't touch the code at all. Now when the game is running these scripts keep throwing up the following error:

"TweenService:Create property named 'Value' on object 'IntValue' is not a data type that can be tweened"

This is the only script throwing this error about int values, client-sided localscripts running the same line of code can tween the values just fine. In play solo the error isn't thrown and everything works fine. In test mode with a server and a couple players no errors are thrown and everything works fine.

This error is only appearing in the actual game.

0
Yeah, tween services have been pretty broken. It is just a studio bug that they really need to fix. greenhamster1 180 — 5y

2 answers

Log in to vote
0
Answered by 5 years ago
Edited 5 years ago

Update: Roblox just updated their engine, and now the tweenservice isn't tweening intvalues on the client side either...

Update2: Roblox has officially removed values. Every single value object no longer has the property of "Value" and it has completely destroyed every project I've ever made....

Update3: Roblox quickly reversed that last update but intvalues and tweening are still broken. I can only assume because they're trying to get rid of intvalues. I've solved the issue by replacing the intvalue in question with a number value.

Ad
Log in to vote
0
Answered by
Rare_tendo 3000 Moderation Voter Community Moderator
5 years ago

As an alternative, just do Linear Interpolation(aka. Lerp)

0
TweenService is smoother and allows me to tween multiple properties in a single line CDDevelopment 6 — 5y

Answer this question