How do I teleport a player based on their score?

Solution 1:

Try running:

tp @a[scores={money=0}] 1908 64 -1293

This selects any player with a score of exactly zero, and then teleports them. The /execute command you tried to use doesn’t work like that in Bedrock and wouldn’t have worked anyway.