Hello!
I’m curious if this is possible. In my custom map, I thought it would be super cool to make an item effect that causes all other players to appear in slow motion while the instigating player remains at normal speed. I looked up some tutorials and found we can change time dilation and set it to values using a cinematic device / level sequence setup.
So using the cinematic device, would there be a way through Verse to get all players except the instigating player and then show them the cinematic level sequence so they all slow down?
My first thought would be to create an array of players that exclude the triggering player and have the cinematic do a play function with “instigator only,” and pass the players from that array somehow to have it play for all of them. Anyone try this before? Or anyone know if there would be any limitations or bugginess to this approach?