Hello, the bug is when I add the following code, my game becomes R15 (originally R6)
local character = Player.Character or Player.CharacterAdded:Wait()
local function updateHumanoid()
self.humanoid = character:WaitForChild("Humanoid")
if next(self.humanoid:GetAccessories()) then
self.humanoid:RemoveAccessories()
end
end
self.character = character
if waitForChild then updateHumanoid() else task.spawn(updateHumanoid) end
Screenshot:
Place:
Bug report character.rbxl (53.7 KB)