Overhead gui help

attempt to index nil with ‘Name’

attempt to index nil with ‘Enabled’

Still attempt to index nil with ‘Enabled’

Can you send the file, I will fix it and send the fixed copy.

ScriptedOver.rbxm (5.1 KB)

Can you send it as a Roblox Place file

Sorry for the late respond, this is the solution that I try and work only add with this on the local script.

for i, v in pairs(game.Players:GetPlayers()) do
	if v.Name == game.Players.LocalPlayer.Name then
		v.Character:WaitForChild("Head").Over.Enabled = false
	end
end