Hey Forum! I just came across a bug in my game and it sometimes disables the fact that a player can open a shop in game.
local BadgeStoreOpener = game.Workspace.Shop200m.BadgesGuiOpener
local BadgesGui = script.Parent
local ExitButton = BadgesGui.ExitButton
local BadgeService = game:GetService("BadgeService")
My Error: BadgesGuiOpener is not a valid member of Model “Workspace.Spawn.BadgesStore”
NOTE: a lot of these bugs happen when you spawn far away from the object.
It’s a warning, not an error. It just means that it didn’t instantly find it. Does the rest of the script work when you get close to the badge opener thingy