You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are a handful of widgets that use Instance.new instead of create, which is a bit inconsistent. After talking with the creator, this is just a legacy thing and there's no reason they couldn't be moved over.
The text was updated successfully, but these errors were encountered:
There are a handful of widgets that use
Instance.new
instead ofcreate
, which is a bit inconsistent. After talking with the creator, this is just a legacy thing and there's no reason they couldn't be moved over.The text was updated successfully, but these errors were encountered: