Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

Unable to cast value to Object?

Asked by 3 years ago

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)

Answer this question