Hello. I was wondering, how do you create a Screen Shake effect that is enabled only when a certain tool is equipped?
I also wanted to make the effect stop when the tool is unequipped, and so on.
Could anyone please help me? I was looking for a solution for so long, yet I'm not sure how to construct the code.
Thanks for your help!
Here is how to make shake screen effect Tutorial Then your going to want to fire a remote event also when tool equip here is how to test for that. You can use:
Tool.Equipped:Connect(function()
Hope this helps!!