How would I make a forceField that pushes what's in it's way

Hello all, I want to know how to achieve this: https://twitter.com/i/status/1290047374451068928 [Source: Twitter - @Bryan_LoveRBLX]

But I can’t seem to make the size expansion, the push thingy and the damage, for the damage I know how to do that.

Could anyone start me off please? I am going to add signatures to my posts (as seen at the bottom of this post), I am going to change it soon.


Hello, why are you reading this signature thing?

If the Force Field is going to be a tool then make a script in the tool saying this:

Tool = script.Parent
Handle = Tool:(WaitForChild)”handle”
Handle.Equipped:connect(function()
Handle.size = 1 — or whatever fits the player’s size
Wait(.1)
Handle.size = Handle.size + 1 — repeat as needed

Also make the handle’s CanCollide true.
Edit: Did it work?

1 Like