This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-- 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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* Clicker Setting */ | |
var cr_ = { | |
Currency:0, | |
upgrades: { | |
catcoin_machine:{ | |
amount:0, | |
cost:20, | |
ccps:1, | |
hasun:false, | |
unlocked:5, |