No need: --[[first paste this localscript inside of StarterCharacter]] --[[next, is add a sound inside of the localscript and name it "JumpSound" ]] --[[and finally just set the "JumpSound" to the old Roblox jump sound]] local plr = game.Players.LocalPlayer local char = plr.Character or plr.CharacterAdded:Wait() local humanoid = char:WaitForChild("Humanoid") local hasJumped = false local jumpSound = script.JumpSound humanoid.StateChanged:Connect(function(oldState, newState)
if newState == Enum.HumanoidStateType.Jumping then
if hasJumped then return end hasJumped = true
jumpSound:Play()
elseif newState == Enum.HumanoidStateType.Landed then
Take a break just like me lol, im tired scripting and exploiting too but i keep going to reach my goal and you can do it too, i remember when i had 50 subscribers and now i got almost 1000
Bro your W
You can make a tutorial of the classic jumping sound
No need:
--[[first paste this localscript inside of StarterCharacter]]
--[[next, is add a sound inside of the localscript and name it "JumpSound" ]]
--[[and finally just set the "JumpSound" to the old Roblox jump sound]]
local plr = game.Players.LocalPlayer
local char = plr.Character or plr.CharacterAdded:Wait()
local humanoid = char:WaitForChild("Humanoid")
local hasJumped = false
local jumpSound = script.JumpSound
humanoid.StateChanged:Connect(function(oldState, newState)
if newState == Enum.HumanoidStateType.Jumping then
if hasJumped then return end
hasJumped = true
jumpSound:Play()
elseif newState == Enum.HumanoidStateType.Landed then
hasJumped = false
end
end)
Thks
I dont like making tutorials anymore tbh.
Anyways heres the script:
pastebin.com/cg91e9Sx
You're just burnt out from posting tutorials every day
Take a break and do something else like playing other peoples games or anything really
@@Pinkieiscool1Thank you for the kind words. I might take a break from studio for now
Hey bro I know that you're tired maybe you should take a rest I hope you will popular someday
Thats fair
Take a break just like me lol, im tired scripting and exploiting too but i keep going to reach my goal and you can do it too, i remember when i had 50 subscribers and now i got almost 1000
Nice Vid.
Why does the pastebin not work?
Can you send the output log or make a community post in your channel? Since I don't know what you mean by "not work" (the pastebin is fine)
@axolol- Done check my Post's
Check out this post if you ever wanna see what I'm up too
pastebin.com/4KqA9Yj2