Skip to content

Instantly share code, notes, and snippets.

View mozi-h's full-sized avatar

mozi_h mozi-h

View GitHub Profile

Keybase proof

I hereby claim:

  • I am mozi-h on github.
  • I am mozi_h (https://keybase.io/mozi_h) on keybase.
  • I have a public key ASDyKQLvBxKAsUKHAJSywEd3w9d5SFJJG3ro0C7Mrr096Qo

To claim this, I am signing this object:

@mozi-h
mozi-h / Kitchen_Gun.lua
Last active June 7, 2020 22:20
A Garry's Mod Expression 2 Chip
#Coded by mozi_h (STEAM_0:1:51783286)
@name Kitchen Gun
@persist [Props Bullets]:array [Handle Chef]:entity R NoclipProps
if(first()) {
function number shouldCollide(Player:entity) {
#return 1 #Enable for everyone
#if(Player==owner()) {return 1} #Enable for yourself
#if(!Player:isAdmin()) {return 1} #Enable for Admins