Secure-Cast icon indicating copy to clipboard operation
Secure-Cast copied to clipboard

A server-authoritative projectile system for ROBLOX.

Results 3 Secure-Cast issues
Sort by recently updated
recently updated
newest added

Option to programmatically create the nessasary folders instead of having to manually add them

https://1axen.github.io/Secure-Cast/Getting%20Started/Simulation/

Line 212 of https://github.com/1Axen/Secure-Cast/blob/main/src/Simulation/init.lua can sometimes error if NextRecord is null. Line 218's null check should come first i.e. ```luau --> Previous record is guaranteed to exist due to it...