local oldnc oldnc = hookmetamethod(game,"__namecall",newcclosure(function(name, ...) local Args = {...} if not checkcaller() and tostring(name) == "PowersEvent" and Args[1] == "Jumped" then return wait(9e9) end return oldnc(name, unpack(Args)) end))