Hi, I am getting this error and I don’t know why, please help!
Error:
Code:
local RS = game:GetService("ReplicatedStorage") --Error right here apparently?
local Event = RS:WaitForChild("Menus"):WaitForChild("Boosters")
local frame = script.Parent
Event.OnClientEvent:Connect(function(player)
frame.Visible = true
end)