Having problems with one script, I'm getting this error:
Workspace.AgilityZone.HitboxSide.Script:3: attempt to index nil with 'Agility' - Server - Script:3
script.Parent.Touched:Connect(function(hit)
local player = game:GetService("Players"):GetPlayerFromCharacter(hit.Parent)
if player.Agility.Value >= script.Parent.Parent.Requirement.Value then
player.ZoneMulti.Value = script.Parent.Parent.Multi.Value
end
end)