Yep I ran into the same thing. I opened a github issue for @Ax3nx
I’m getting another warning now when I fall off. It says this:
Cannot build snapshot record for dutycall11, it has no root. (x1904) - Server - Snapshots:168
And after that I can’t even shoot when I respawn.
Agreed, why doesn’t the module itself handle this?
I know there is an example script in the documentation, but it could be directly implemented in the library.
Why my bullets are ricocheting when the function isnt even running im so confused
how can i disable ricocheting?
How do I make it so players can attack eachother without being on teams? I tried removing the line of code in the simulation module
local Player = NextRecord.Player or PreviousRecord.Player
if Player and IsPlayerFriendly(Caster, Player) then
continue
end
But it just made it so you could hit yourself with your own projectile.
The projectile spawns at the centre of the origin which causes such anomaly:
Version v1.3.0
Added
- Added a quick setup utility, thanks @ItsMeKlc
Fixes
- Fixed an error caused by a nil
NextRecord
Notice of Archival
I have archived the GitHub repo and will no longer be maintaining the project.
Anyone is welcome to create a fork of their own if they wish to continue with it.
Is there any way to remove ricocheting?
yeah i did that but it still ricochets also when i set a collision group to the raycast it start working trippy
here proof of what i said
Is the function of casting the projectile able to be called back in other scripts to identify the projectile that has been cast?
Like:
local Projectile = SC.Cast(Player, "Fireball", Origin, Direction, Time)
Does anyone know how the secure-cast snapshots & hitboxes work? I want to use these utilities outside secure-cast but i have no idea how. (I got a weapon firing 1 raycast and i want it to see what secure-cast’s raycasts see and detect player that way)
What would I have to replace in my project to update it?
How can I get the part that the bullet has hit? I am looking around the ModuleScripts’ functions and I can’t seem to find it anywhere. Do I have to implement it myself?
Are we able to continue making pull requests even if the repository is archived? Or should it be done in a fork?
Who knows, either way if u do so, please post it here. This project has ended faster than it started
Hey @Ax3nx, great work! SecureCast is truly one of a kind. Too bad this project was archived.
I was wondering, is there any possible way to get a dummy or NPC to fire a SecureCast projectile?
Technically you could script some NPC behavior which triggers a SecureCast.Cast
method.