How to make randomized wind in studio lite!

Поделиться
HTML-код
  • Опубликовано: 4 фев 2025

Комментарии • 24

  • @MANFARPLAYZ
    @MANFARPLAYZ 2 дня назад +2

    Bro your W

  • @TheSrNoobS
    @TheSrNoobS 3 дня назад +2

    You can make a tutorial of the classic jumping sound

    • @axolol-
      @axolol-  3 дня назад +1

      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)

    • @TheSrNoobS
      @TheSrNoobS 2 дня назад +1

      Thks

  • @axolol-
    @axolol-  3 дня назад +3

    I dont like making tutorials anymore tbh.
    Anyways heres the script:
    pastebin.com/cg91e9Sx

    • @Pinkieiscool1
      @Pinkieiscool1 3 дня назад +1

      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

    • @AxoTwowo
      @AxoTwowo 3 дня назад +1

      ​@@Pinkieiscool1Thank you for the kind words. I might take a break from studio for now

    • @notworthy.334
      @notworthy.334 3 дня назад +1

      Hey bro I know that you're tired maybe you should take a rest I hope you will popular someday

    • @Cdev-f7b
      @Cdev-f7b 3 дня назад +1

      Thats fair

    • @IncognitoScripts
      @IncognitoScripts 3 дня назад +1

      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

  • @EMPTYVOIDED
    @EMPTYVOIDED 3 дня назад +1

    Nice Vid.

  • @StudioLiteRandomGames
    @StudioLiteRandomGames 18 часов назад +1

    Why does the pastebin not work?

    • @axolol-
      @axolol-  17 часов назад +1

      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)

    • @StudioLiteRandomGames
      @StudioLiteRandomGames 16 часов назад

      @axolol- Done check my Post's

  • @axolol-
    @axolol-  3 дня назад +2

    Check out this post if you ever wanna see what I'm up too
    pastebin.com/4KqA9Yj2