Oct 7Admin Food Toilet Eating Simulator Mobile Scriptlocal args = { [1] = "Admin Food", -- Change this to something else if you dont wanna equip admin food even tho why whould you change it [2] = true } game:GetService("ReplicatedStorage").Events.Gameplay.EquipHotbar:FireServer(unpack(args))
local args = { [1] = "Admin Food", -- Change this to something else if you dont wanna equip admin food even tho why whould you change it [2] = true } game:GetService("ReplicatedStorage").Events.Gameplay.EquipHotbar:FireServer(unpack(args))
Comments