Hi,
I’ve been getting this error that the part “KingBunnyHead” is not a valid member of the workspace. But it is clearly in the workspace here is a screenshot.
as you can see, I have the “KingBunnyHead” clearly selected in the workspace. Here is where the error occurs:
local function onPartTouched(otherPart)
if otherPart == game.Workspace.KingBunnyHead then
It says the “KingBunnyHead” isn’t in the workspace although it clearly is. Is this a bug or something?
Thanks in advance