When you click your character it pulls up a GUI now and it's interfering with my combat system. Is there any way to disable this?
https://gyazo.com/4558475af4fb73471cdf8ca90e49a009
Put this in a localscript
game:GetService("StarterGui"):SetCore("SetAvatarContextMenuEnabled", false) -- set to true if you want to enable it again.