Basically, I’ve been trying to use the skill template to make new skills i’ve tweaked it and edited it and stuff, it should’ve worked but I got this error.
It’s saying that Speed is a nil value so you may not be sending it in the remote event
1 Like
any idea on how to fix that? the event was fired and idk the problem since i dont script that much
1 Like
Can you show me where the script is fired from
1 Like
It seems that ToraReachData.Speed
is a nil value
1 Like
try printing out the tora reach variable in the other script
wdym? i dont really understand because i dont script that much, i only understand simple stuff.
In this script
Just print out the ToraReachData
so r u saying just like print(ToraReachData.Speed)
or something like that?
The entire table so print(ToraReachData)
i did, now the skill isnt working.