How can i create script vector3.new animation to this part? (gif)
Asked by
4 years ago Edited 4 years ago
i want to make script that starts this bridge vector3.new animation, when target is shot by rocket launcher
(gif) -> https://giphy.com/gifs/exm4zZl3Gzff1eyTJN
I have already done something like this, there is no errors in output, but its not working :/
(script is activating when rocket touches target, i need help with this brige only)
01 | local one = game.Workspace.BridgeButtons.btns.Part |
03 | local Bridge 1 = game.Workspace.BridgeButtons.Bridges.Part |
05 | one.Touched:Connect( function () |
09 | Bridge 1. Position = Bridge 1. Position + Vector 3. new( 0 , 0 , 3 ) |