what are the ways of doing this like i have no idea
the script i had is small for it but i wanted to just have a function and then you just call the function
1 | function fadeScreen() |
2 | -- where you would find the local player in the normal script |
3 | end |
4 |
5 | fadeScreen() |