Closed emeraldsucksss closed 1 year ago
Did you by any chance rename the loader? @emeraldongithub
No but I found out why it wasn’t working I loaded it on an old place
Sent from Mailhttps://go.microsoft.com/fwlink/?LinkId=550986 for Windows 10
From: @.> Sent: Saturday, 18 February 2023 10:07 pm To: @.> Cc: @.>; @.> Subject: Re: [CitizenFoffie/ob-framework] Requested module experienced an error while loading - [BUG] (Issue #2)
Did you by any chance rename the loader? @emeraldongithubhttps://github.com/emeraldongithub
— Reply to this email directly, view it on GitHubhttps://github.com/CitizenFoffie/ob-framework/issues/2#issuecomment-1435676727, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AXUS3TE7XNHXP65P5S3CLXDWYDJQRANCNFSM6AAAAAAUZ7W5F4. You are receiving this because you were mentioned.Message ID: @.***>
make sure you are loading it like this
local obFramework = require(script.Parent:WaitForChild("MainModule")) obFramework:Load("2015E")
also make sure your game is set in R6 @emeraldongithub
oh, i didn't see your message you sent me, my bad
Solved
i might be late to this (if so well sorry then), but it sometimes might (also) be due to the SoundService being named "Soundscape" in (most) old roblox games instead due to the nature of old roblox games being different from now a days roblox, anyways just change renaming "Soundscape" To "SoundService" might fix the problem i think.
Describe the bug "17:01:25.973 Requested module experienced an error while loading - Server - Script:1" --Output
To Reproduce Steps to reproduce the behavior:
Expected behavior Load the framework after putting "require(script.Parent:WaitForChild("MainModule")):Load("2014M")" in an empty script on ServerScriptService like what it told me Screenshots
Desktop (please complete the following information):
Additional context