#Solved💚
1 messages · Page 1 of 1 (latest)
You can't require a module script inside a module script if the module script is already required by that module script. For example:
Module A is requiring module B but in Module B your requiring Module A
You meant to require ProfileService, not ProfileManager
I assume
like this?
** You are now Level 2! **
sorry im bad speak english
Is there a script named "ProfileService" in Services?
no i have only ProfileManager
open the modules folder
local ProfileService = require(game.ServerScriptService.Modules.ProfileService)
maybe try google the error
thank you
Save / Publish the game and turn on API access in game settings
thank you
Solved💚