Issue:
proximity boss music for some reason has a bit of a different behavior outside of studio,
works fine in studio, doesn’t really work as it should outside of it
Expected Behavior:
(the music starts the moment LastHitTick num value gets set to the current tick and keeps playing for the next 2 minutes, the LastHitTick value is controlled by the server)
code snippet that controls LastHitTick value
Current Behavior:
(the music only starts when the server sets the target value to the localplayer, and the music does not keep playing after the target value is reset,)
code snippet that controls the Target value
Code that handles the music playing:
(the max range and min range values can be ignored)
Notes:
- the script that handles the music playing is fully client-sided
- the script that handles updating the LastHitTick number value is fully server-sided
- the client takes approximately a minute to load into the game
- there are no errors in the console
pardon the very low video quality,
as the game’s brutal visuals make the video file sizes absurdly large in mere seconds
