RoStrap / Resources

RoStrap's Core Bootstrapper

Home Page:https://rostrap.github.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Infinite yield possible on 'ReplicatedStorage.Resources:WaitForChild("RemoteEvents")'

opened this issue · comments

Hello.

I have this issue. Can you help me please?

screenshot_6

Did you require "Resources" and "Sentry" on the server? It should look like this somewhere on the server:

local ReplicatedStorage = game:GetService("ReplicatedStorage")
local Resources = require(ReplicatedStorage:WaitForChild("Resources"))
local Sentry = Resources:LoadLibrary("Sentry")

Have you figured it out?

Yeah. Thanks for help.

I am going to release an update for the Resources library today that will make the warning message more clear.