Yup, as the title said: "How do i make it so that if i go inside a part, the gravity be slower for only the players inside it?"
Please help me! Also please tell me if the script is a local script
function onTouch(hit)
if hit.Parent:FindFirstChild("Humanoid") then
game.Workspace.Gravity = 100 --If it Causes an Error Try ("100") And You Can Change The 100
Print("It Works!")
hit.Parent:FindFirstChild("Humanoid").JumpPower = 60 --Just For EXTRA POWA
end
end
script.Parent.Touched:connect(onTouch)
--Follow My Account and If It Does Not Work Then Here Watch That https://www.youtube.com/watch?v=GjnLH_4lI-w