-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
HD Admin Not Working - Infinite Yield Possible on ReplicatedStorage:WaitForChild("HDAdminSetup") #138
Comments
Hi, are you fine sharing snapshots of your ReplicatedStorage and ServerStorage? I've seen this once before when an item in one of these locations was called a specific conflicting name. Also, if you create an entirely new and blank place file, then add in HD Admin, does it produce the same result? |
Okay it sounds like a conflicting name is the likely cause then. Are you fine sharing or linking to an uncopylocked place of that file, where all children (such as AvatarEditor, MusicEvents, Chocolate Donuts, ClassicSword, etc) remain within their services (such as Workspace, ReplicatedStorage, ServerStorage, Lighting). Feel free to remove any important code/meshes/etc, I just need the names of the direct children. |
hi, sure. attached is the rbxl file of the game where HD admin is not working. Thanks. |
Can you send this as a link to an uncopylocked Roblox place instead of a file download. |
sure, apologies for late reply |
Thanks, although playing around for 20 minutes it's hard to say what the root cause is - there's too many randomly placed scripts within your place to check individually and say for sure. There's a likely chance that some obscure bugs are popping up directly within HD Admin as a result of the new deferred events. It may also be due for example to one of your scripts destroying/modifying an important folder/instance at runtime. I can confirm however that it's not the names of items directly within ReplicatedStorage, ServerScriptService or ServerStorage that are triggering the bug (which I initially suspected). Your best bet for now is to remove parts of your game piece by piece until you can find the culprit. Debugging and reliability have been significantly improved with Nanoblox which we're working fulltime on to have complete for a few months time. |
Even when everything has been removed, HD admin still doesn't work. hm. |
Not sure if this is the correct place to put it but I couldn't open an issue elsewhere.
When I use a fresh version of HD admin inside my game, it does not show up in the top bar or function, at all.
In the dev console it says this:
I don't know what to do here, as it happens with a completely unmodified version of HD admin.
Any help would be appreciated. Thank you!
The text was updated successfully, but these errors were encountered: