Exception while signaling unable to cast to dictionary

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
image

It seems that there are no sents,

The error is only in the Roblox player, in Roblox studio everything works fine and there are no errors or delays

A lot of questions:

  • What is the “Roblox Player”
  • Are you using alot of remote events?
  • Are you trying to say that this is a lag problem?
  • Are you getting alot of errors of the same type?
  • Are you using alot of loops in your script?
  • If this is a lag problem, are you sure it’s not your internet?
  • What is the “Roblox Player”
    Roblox player is where you play Roblox normally with other people
    Roblox player :
    image
    Roblox studio:
    image

  • 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

1 Like

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?

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.