--[[ The client constantly cheks to see if we're in a serverchnage zone ]] hook.Add("Think","artery_checklevelchange",function() local z = LocalPlayer():GetCurrentZone() --print("looks like i'm in zone",z) if z then net.Start("art_zonechange") net.SendToServer() end end)