Skip to content

Instantly share code, notes, and snippets.

View Pedr1ch's full-sized avatar
💭
amogus

Pedro Pedr1ch

💭
amogus
View GitHub Profile
-- this an modulescript for roblox studio API. Do not execute this using lua-u.
local dir = workspace or game.Workspace
local insts = dir:GetChildren()
local printDirInfo = {}
function printDirInfo:Children(insts,dir)
insts = dir:GetChildren()
for i in pairs(insts) do
@Pedr1ch
Pedr1ch / cr_3.js
Created September 27, 2021 18:07
cr
/* Clicker Setting */
var cr_ = {
Currency:0,
upgrades: {
catcoin_machine:{
amount:0,
cost:20,
ccps:1,
hasun:false,
unlocked:5,