What causes an Unable to cast value to Object?
local T = game:GetService("TeleportService") T:Teleport(6289888635,{ ["Ex"] = "Hello"; })
In the above example, the second line presents the "Unable to cast value to object." error.
(Client side)