I am getting this Error when I’m in Roblox player and its causing delays, for example when I hit an NPC or a player the animation and the damage happen after a few seconds, the same happens when Npc hits a player
What is the “Roblox Player”
Roblox player is where you play Roblox normally with other people
Roblox player :
Roblox studio:
Are you using a lot of remote events?
of course it’s a big game
Are you trying to say that this is a lag problem?
well I don’t think this is a lag is a delay and it happened when this error popped up from nowhere, yesterday everything was working fine
Are you getting a lot of errors of the same type?
no only one when the game finish loading (again this happens just in Roblox player)
Are you using a lot of loops in your script?
yes, but it’s almost the same as yesterday i didn’t change a lot
If this is a lag problem, are you sure it’s not your internet?
yes I’m sure every other game in Roblox works fine
Ahhhhhh, I see now. Okay I understand. Are you trying to send a dictionary through a remote event? Or trying to assign a value to a dictionary? You get a casting error when something can’t be assigned.
Hi again Den_vers!
Most likely you’re giving some function or remote event a non-dictionary as an argument, but it’s expecting a dictionary.
So I have a slightly modified version of Den_vers’ question, are you trying to send something through a RemoteEvent that isn’t a dictionary, but is supposed to be?