Ok i found a way
mady by: JusticeInACa
local function AntiNoclip(ply)
if ply:IsUserGroup("group name here") then return false end
end
hook.Add("PlayerNoClip","AntiNoclip",AntiNoclip)
save as antinoclip.lua put in lua\autorun\server for it to work
dont forget to replace if ply:IsUserGroup("group name here")