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

how do i fix trampoline in roblox? read description..

Asked by 5 years ago
Edited 5 years ago

Well i can't find any good trampoline tutorials.. it's working in studio but not working in the game?

script.Parent.Touched:connect(function(obj) if obj.Parent and obj.Parent:FindFirstChild("Humanoid") then obj.Parent.HumanoidRootPart.Velocity = Vector3.new(0,script.Parent.Parent.Configurations.JumpForce.Value,0) end end)

how do i fix this? or how do i script this?

0
uhh change the y velocity of the part? or you could use a script to do that User#23365 30 — 5y
0
i did doomoxima21 17 — 5y

Answer this question