My game turns R15 after I use Humanoid:RemoveAccessories

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:
image
Place:
Bug report character.rbxl (53.7 KB)

5 Likes

hi! sorry for the late reply. i am unable to repro this with the file you attached. is this issue still ocurring?
if so, could you give me some more up to date repro steps?

Hello, yes sir. Try this link https://www.mediafire.com/file/4vgbdxu1cfdp9be/Bug_report_character.rbxl/file

could you attach a video of what you’re seeing? And also, could you link which game is experiencing this issue?