disable_grip_check
modules.disable_grip_check(tool: Tool)Example
local gun = modules.get_gun(false)
modules.disable_grip_check(gun)
gun.Grip = CFrame.new(0,-5,0)Last updated
modules.disable_grip_check(tool: Tool)local gun = modules.get_gun(false)
modules.disable_grip_check(gun)
gun.Grip = CFrame.new(0,-5,0)Last updated