The question is: was this intentional?
2 Likes
This bug is in fact a game-breaking bug for a group game of mine, which is centered around tools. It’s brought down the player count because there is absolutely nothing to do but stand around.
1 Like
My game is also being affected by this:
My game is being effected by this as well. The Legend of The Fallen Kingdom 2 RPG - Roblox
I found a temporary fix to this. If you created a new instance of the StarterGear when a player enters the game than all scripts referencing StarterGear should work fine.
game.Players.PlayerAdded:connect(function(player)
local sg = Instance.new("StarterGear", player)
sg.Name = "StarterGear"
end)
2 Likes
Looks like this was reverted, players are saying things are fine now. Can anyone else confirm?
9 Likes
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.