What TweenService:Create() Returns is unclear

https://developer.roblox.com/en-us/api-reference/function/TweenService/Create

On the tweenservice, create page, it says it this

When you select The Tween created, it takes you to this page : Tween

That shows nothing involving the actual object that gets returned, after googling around I found it TweenBase here

Another note is that the page TweenService doesn’t mention ‘TweenBase’ either.

Long story short, I couldn’t find a way to view functions and events of what TweenService:Create() returns.

2 Likes

What you’re describing seems to be similar to this. (inherited properties/functions/events not showing)

3 Likes