SpawnParticleSystem() doesn't work

Summary

I’m trying to spawn a vfx effect like this. What am I doing wrong? Why isn’t anything happening on vector3{0.0,0.0,0.0}?

@editable
ParticleSystem : ?particle_system = false
if(ps:=ParticleSystem?):
    Print("ps")
    SpawnParticleSystem(ps,vector3{Z:=0.0,Y:=0.0,X:=0.0})

Please select what you are reporting on:

Verse

What Type of Bug are you experiencing?

Assets

Steps to Reproduce

Create a device, repeat the code above.

Expected Result

Should spawn a vfx effect on the position

Observed Result

Nothing is happening

Platform(s)

win

Upload an image

ps.png