How to make a Trampoline in Roblox Studio!

In todays Video, I will be showing to make a Trampoline in Roblox Studio!
hope y"all liked it Subscribe for more and comment down what y"all want next!
Scripts~
local Part = script.Parent
Part.Velocity = Vector3.new(0, 1000, 0) -- Change 1000 to how ever high you want the player go when the player steps on the part
My Roblox user, 0winto100win
don't forget to check it out!
Roblox Studio
Roblox Studio Tutorial

Пікірлер: 4

  • @Mysterious_TravelerMC
    @Mysterious_TravelerMC6 сағат бұрын

    how to make a some what breakable trampoline is you make the jump part transparent, and make the other part have a weld on them. the only thing is that you can still jump there.

  • @Sky-si1fq
    @Sky-si1fq2 күн бұрын

    ngl underated but next time add tags and wouldb e better if it was like "How to make a Trampoline In roblox studio | Tutorial"

  • @exo31712

    @exo31712

    Күн бұрын

    @@Sky-si1fq really appreciate the tip and I’m bout to post another vid I will be making sure to add that and thank you once again!❤️

  • @exo31712
    @exo317125 күн бұрын

    -scripts- local Part = script.Parent Part.Velocity = Vector3.new(0, 1000, 0) -- Change 1000 to how ever high you want the player go when the player steps on the part