TweenInfo.New() not working

I’m trying to make a script that makes it so that whenever I hover my mouse over a brick, another one bounces into play showing that it’s selected right now. I got it to work without the TweenService at first just as a test run, but once I try to tween there is a problem. The TweenInfo.New() is referred to as a nil value, what is the problem here?

3 Likes

It’s because the “New” in “TweenInfo.New” needs to be lowercase, like “TweenInfo.new()”

5 Likes

Well now I feel silly, thanks a lot.

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.