Stupid Plugin Error

image

image

Why isn’t it working? Btw the error is coming from the Slider Module. It errors here:

GuiUtilities = require(script.Parent.GuiUtilities)

Perhaps try

local GuiUtilities = require(script.Parent:WaitForChild("GuiUtilities"))
2 Likes

That didn’t work… Oh no!