Hello
Im quite addicted to undertale and stuff so i making a game about it
the thing is, i tried to make a random position for the “souls”, and what i got was
invalid argument #1 to ‘random’ (number expected, got CFrame)
the script itself
When you say math.random(coordinate, coordinate2), you’re asking for a random number between two non-numbers. This is the error. Also, part.CFrame.new = doesn’t make sense, use part.CFrame = instead.