Skip to content

Instantly share code, notes, and snippets.

@tanach94
tanach94 / lua
Created January 11, 2026 20:05
A script to show my skills in lua in roblox, for HiddenDevs.
--this script is created by masternamedjoe on DC, and on roblox Jozinn93, i took like hour or two on this. For HiddenDevs luau test.
-- some of my knowledge.
local Game_players = game:GetService("Players")
local TweenService = game:GetService("TweenService")
local RunService = game:GetService("RunService")
local Server_random_part_spawning_oop_table = {}
local Server_Signal = {}
Server_Signal.__index = Server_Signal
Server_random_part_spawning_oop_table.__index = Server_random_part_spawning_oop_table
local Can_spawn_part = true
@tanach94
tanach94 / lua
Created January 8, 2026 13:15
A masternamedjoe, Jozinn93(roblox) base manager script
-- This is Base Manager for steal a youtuber RNG by: Jozinn93 on roblox, masternamedjoe on discord
local Server_cesty = require(game:GetService("ServerStorage").Server_cesty)
local Teleport_character_module = require(Server_cesty.Local_moduly.Teleport_character)
local Data_manager = require(Server_cesty.Server_moduly.Data_manager)
local Gate_manager = require(Server_cesty.Server_moduly.Gates_manager)
local Info_animations = require(Server_cesty.Replicated_storage.Moduly_info.Animations)
local Format_number = require(Server_cesty.Replicated_storage.Moduly.Format_number)
local Base_manager = {}
Base_manager.__index = Base_manager