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
Sometimes, on the client side, this line return require(script.Parent._Index["[email protected]"]["promise"]) will error because whatsoever instance in this path ins't loaded yet. Consider using WaitForChild instead of direct child indexing.
The text was updated successfully, but these errors were encountered:
Sometimes, on the client side, this line
return require(script.Parent._Index["[email protected]"]["promise"])
will error because whatsoever instance in this path ins't loaded yet. Consider usingWaitForChild
instead of direct child indexing.The text was updated successfully, but these errors were encountered: