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
--!strict | |
--[[ | |
Remotes // Evercyan @ 2024 Dec. | |
Wrapper for remotes which offers vastly superior functionality over traditional remotes. | |
### Parameter Types | |
--> Require other machines to send over proper types and check them before running any code connected to these Remote events. | |
--> This can be done through the use of syntax similar to Luau typechecking. | |
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
--[[ | |
Evercyan @ June 27, 2023 | |
SoftShutdown2 v1.21 | |
Read more.. | |
https://devforum.roblox.com/t/softshutdown2/1156844 | |
]] | |
--> Services | |
local TeleportService = game:GetService("TeleportService") |