[HIRING] Small Scripting Task

About me:

Hi! I own a theme park ‘Movie Land Theme Park’ on ROBLOX. We’re currently at 5 million visits and update daily!

About the task:

Hi! I’m currently trying to make it so when a player goes through a part this script executes:

local pad = script.Parent

local function HighJump(part)
local player = game.Players:GetPlayerFromCharacter(part.parent)
if player then
part.parent.Humanoid.JumpPower = 0
end
end

pad.Touched:Connect(HighJump)

Although, the player is seated inside of a vehicle while the part is there and it doesn’t seem to detect them or execute the script to disable them from jumping. I need somebody to fix this so the system works while a player is seated within a ride vehicle.

I am paying 150-200 group funds if someone can complete this task! :slight_smile:

Please contact me via discord: alex!#0765

1 Like

You shouldn’t use jump power 0. Perhaps just disable the jump.

Yeah, I’m pretty new to scripting and this is for something which needs to be published pretty soon so I’m looking to commission somebody if you’re free to do so?

change the last line to pad.Touched:Connect(HighJump(part))

that is most definitely incorrect.

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.