Alright, so i'm trying to move something to a number specified in a Vector3 Value. (like, an inserted value, not a "value = ___" in a script)
Unit:SetPrimaryPartCFrame(SpawnPosition.Value) is the line, SpawnPosition being a Vector3 value.
It errors "Unable to cast Vector3 to CoordinateFrame"
Any help?
Primarypart, etc, has been set properly.