Why isn’t it working? Btw the error is coming from the Slider Module. It errors here:
GuiUtilities = require(script.Parent.GuiUtilities)
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"))
That didn’t work… Oh no!