[ REMAKE ] How to make Blox Fruit in Roblox Studio | Part 5

  Рет қаралды 2,408

VoiceLessDev34

VoiceLessDev34

Күн бұрын

Пікірлер: 25
@voicelessdev3416
@voicelessdev3416 6 ай бұрын
Tomorrow is my birthday!!
@Ender_YT1
@Ender_YT1 6 ай бұрын
Happy birthday
@Husenbile1
@Husenbile1 6 ай бұрын
happy birthday
@Eclipse-blr
@Eclipse-blr 6 ай бұрын
HAPPY BIRTHDAY❤
@Notrachmi
@Notrachmi 5 ай бұрын
yay
@flen980
@flen980 5 ай бұрын
Happy birthday
@mabixm6362
@mabixm6362 6 ай бұрын
Very cool. Waiting for part 6!
@IAmNoodleDude
@IAmNoodleDude 6 ай бұрын
Two things I would fix for anyone using the code. First, at 21:30, make sure to add a check to make sure that your health doesn’t go over the max. Fix this by doing: if Stamina.Value ~= MaxStamina.Value then If Stamina.Value + 2 > MaxStamina.Value then Stamina.Value = MaxStamina.Value Else Stamina.Value += 2 End End Secondly, I wouldn’t use this way of increasing stamina at all. Using percentage is better for when your max stamina increases. This can be done by replacing Stamina.Value += 2 With Stamina.Value += MaxStaminaValue * 0.05
@PrimeGamer-z5o
@PrimeGamer-z5o 5 ай бұрын
Oh nice thx
@rikemota3972
@rikemota3972 6 ай бұрын
please don't stop you are amazing and you are helping me a lot
@FrogGreenix
@FrogGreenix 6 ай бұрын
Happy early birthday Voiceless
@voicelessdev3416
@voicelessdev3416 6 ай бұрын
ty
@tatitokio
@tatitokio 6 ай бұрын
Very cool keep this up please!
@stopmotionshow9965
@stopmotionshow9965 6 ай бұрын
Keep going!
@ghostedeclipse7491
@ghostedeclipse7491 6 ай бұрын
Happy Birthday
@AhmedFateh-d3e
@AhmedFateh-d3e 6 ай бұрын
There are 2 things that I want to talk about, first thing if u want to make "not enough stamina" system that is the edit of the DashHandler script in the server script service: local rep = game:GetService("ReplicatedStorage") local Remote = rep:FindFirstChild("RemoteEvents").Movement.DashEvent Remote.OnServerEvent:Connect(function(plr) local StaminaVal = plr.Stats.Stamina StaminaVal.Value -= 20 if StaminaVal.Value < 5 then return end local hrp = plr.Character:FindFirstChild("HumanoidRootPart") local bv = Instance.new("BodyVelocity", hrp) bv.Velocity = hrp.CFrame.LookVector * 100 bv.MaxForce = Vector3.new(math.huge,math.huge,math.huge) game.Debris:AddItem(bv, .5) end) And here it is the edit on the DashHandler Local Script in the replicated first: local uis = game:GetService("UserInputService") local rep = game:GetService("ReplicatedStorage") local plrs = game:GetService("Players") local Anims = rep:WaitForChild("Anims") local DashAnim = Anims.Movments.Dash local Remote = rep:FindFirstChild("Remotes").Movement.DashEvent local plr = plrs.LocalPlayer local cd = false local Stamina = plr:WaitForChild("Stats").Stamina uis.InputBegan:Connect(function(input,gpe) if gpe or Stamina.Value < 5 then return end if input.KeyCode == Enum.KeyCode.Q and not cd then cd = true local hum = plr.Character:FindFirstChild("Humanoid") hum:LoadAnimation(DashAnim):Play() Remote:FireServer() task.wait(1) cd = false end end) so this is the "not enough stamina" system but I noticed that there is a problem when the value of stamina is under 0 the blue Ui go to left outside of the frame and there is another problem when I dash the animation of dash get mixed with the walking anim when I'm in the land but when I'm in the Air the anim is working well and for the anim priority I checked about it and it is set in action so what is the solve of this problem? And also I think that this system is not completed because there is no VFXs and SFXs and also I think that u can add more animations for the dash system like when u want to dash backward there is an animation for it and if u want to dash to left or right side there is an animation for it and also add 2 animation to the dash to forward like blox fruits and also there a problem when u die the Ui of health and stamin is will not work anymore
@IAmNoodleDude
@IAmNoodleDude 6 ай бұрын
If your stamina ever falls under 0 you need to add more checks to ensure that you can only use stamina that you have.
@CreepyBug
@CreepyBug 3 ай бұрын
Yo do you fix the gui didnt work when died?
@Trixoz-b4b
@Trixoz-b4b 2 ай бұрын
Bookmark 7:28
@CreepyBug
@CreepyBug 3 ай бұрын
How to put sound in the dash ?
@mkminecraftgamer5662
@mkminecraftgamer5662 2 ай бұрын
Dash .... What about phone player ?
@SurgeStreamer
@SurgeStreamer 6 ай бұрын
Hey! Can we get a new discord link?
@voicelessdev3416
@voicelessdev3416 6 ай бұрын
it's in the description
[ REMAKE ] How to make Blox Fruit in Roblox Studio | Part 6
30:59
VoiceLessDev34
Рет қаралды 4 М.
Build the Fruit in Minecraft Get it in Blox Fruits!
20:52
Koopekool
Рет қаралды 480 М.
To Brawl AND BEYOND!
00:51
Brawl Stars
Рет қаралды 17 МЛН
Sigma Kid Mistake #funny #sigma
00:17
CRAZY GREAPA
Рет қаралды 30 МЛН
Мясо вегана? 🧐 @Whatthefshow
01:01
История одного вокалиста
Рет қаралды 7 МЛН
UFC 310 : Рахмонов VS Мачадо Гэрри
05:00
Setanta Sports UFC
Рет қаралды 1,2 МЛН
NEW KJ Moves VS Anime Comparison in The Strongest Battlegrounds
4:15
OG Shinobi
Рет қаралды 3,5 МЛН
Designing Sans with Blender in 10 Seconds vs 10 Hours
6:53
Making ABILITIES For My Game | Roblox Devlog #2
5:32
fish
Рет қаралды 13 М.
Testing 50 Myths in Blox Fruits Update 25
37:09
WinterKloudz
Рет қаралды 270 М.
10 Stages of Every Blox Fruits Player
17:10
Frostt
Рет қаралды 697 М.
Blox Fruits Rarest Events!
22:04
officialnoobie
Рет қаралды 1,5 МЛН
Can you make a VR game in Scratch? (devlog #1)
10:00
STEM MC
Рет қаралды 157 М.
Blox Fruits But Admin Gift Boxes Decide My Powers
25:59
MeEnyu
Рет қаралды 886 М.
Can You Beat Terraria Skyblock?
19:28
Styllus
Рет қаралды 1,6 МЛН
Banning 291,528 Exploiters in Blox Fruits
15:03
Uzoth
Рет қаралды 1,6 МЛН
To Brawl AND BEYOND!
00:51
Brawl Stars
Рет қаралды 17 МЛН