Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

How to make a Screen Shake effect when a tool is equipped?

Asked by 1 year ago

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!

1 answer

Log in to vote
0
Answered by 1 year ago

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!!

Ad

Answer this question