i making racing game so i need to remove jump so players can't exit from car i found this code but idk where i put this
local ContextActionService = game:GetService('ContextActionService') ContextActionService:UnbindAction("jumpAction")
In a LocalScript and somewhere like startercharacterscripts.