Is this a try of exploit?
You’re basically calling a value that is nil ( aka. nothing at all )
That does look like someone tried to run an exploit in your game, apparently with a variation of Synapse. It won’t be Synapse itself since Roblox bought them out.
The script name and the function look suspicious, which tells me it is likely an exploit.
The generic error “Attempt to call a nil value” is when you try to call a variable that is pointing to the value nil
instead of a function.
Like this:
nil() --> attempt to call a nil value
local func
func() --> attempt to call a nil value
3 Likes
Yes, it is a script kiddie trying to exploit in your game.
Yeppp, that would indeed be someone trying to cheat