["TURBO"] = { function(player) player.Characters.Humanoid.WalkSpeed = 100 end, false, true }, ["BIGHEAD"] = { function(player) player.Characters.Head.Size = Vector3.new(5,5,5) end, false, true }, ["MINI"] = { function(player) player.Characters:ScaleTo(0.5) end, false, true }, ["BIG"] = { function(player) player.Characters:ScaleTo(10) end, false, true }, ["NIGHT"] = { function(player) game.Lighting.ClockTime = 0 end, false, true }, ["DAY"] = { function(player) game.Lighting.ClockTime = 11.5 end, false, true }, ["TACOS"] = { function(player) local saund = Instance.new("Sound") sound.soundId = "rbxassetid://142376088" sound.Parent = player sound:Play() end, false, true } }