So, I posted this in Scripters, but the script I was given didn't work :P (Not given actually, just told what i need to do)
I am trying a script, and need help with it.
It should be exTREMEly simple, but I can't figure it out ;/
local player = game.Players.LocalPlayer
player.Humanoid.JumpPower = 5
--[[
or should I use
player.Humanoid.Jump = false
--]]
What do I need to do?
I tried using these already :
game:GetService('Players').LocalPLayer.Humanoid.Jump = false
*and*
game:GetService('Players').LocalPlayer.Humanoid.JumpPower = 5
It would be AMAZING if someone could help me :P
|