Everything is tied to framerate I guess?

It should normally run faster at a higher fps rather than slower. You need to decouple your events from the tick event or you can use the delta time but best practice is to use timelines instead of using the tick to move actors etc.