disable_grip_check

Disables the grip check for given in gun so that you can change the grip position of the gun

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