This file contains hidden or 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 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 |
This file contains hidden or 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 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 |