Coolgo_lite
Coolgo_lite
  • Видео 42
  • Просмотров 12 275
how to make HIT TO DESTROY PART in studio lite!
Script:
--Made with love by coolgo_lite♥️--
local gr = Color3.fromRGB(56,255,12)
local red = Color3.fromRGB(255,0,4)
local canTouch = true
local partH = 100
script.Parent.Touched:Connect(function(hit)
if hit.Parent.Name == "ClassicSword" and canTouch == true then
canTouch = false
partH = partH -10
script.Parent.BillboardGui.TextLabel.Text = "Health: "..partH.."%"
script.Parent.BillboardGui.TextLabel.BackgroundColor3 = red:lerp(gr, partH / 100)
if partH == 0 then
script.Parent.BillboardGui.TextLabel.Text = "Destroying..."
wait(2)
script.Parent:Destroy()
end
wait(1)
canTouch = true
end
end)
Thanks for watching ♥️
Просмотров: 83

Видео

hit to destroy a part (test)hit to destroy a part (test)
hit to destroy a part (test)
Просмотров 583 дня назад
how to make DAMAGE INDICATOR in studio lite!how to make DAMAGE INDICATOR in studio lite!
how to make DAMAGE INDICATOR in studio lite!
Просмотров 703 дня назад
Script: pastebin.com/Svd3uEJa Thanks for watching ♥️
how to make MINIMAP GUI | studio litehow to make MINIMAP GUI | studio lite
how to make MINIMAP GUI | studio lite
Просмотров 1835 дней назад
Script: local screenGui = script.Parent local minimapFrame = screenGui:WaitForChild("Minimap") local directionArrow = minimapFrame:WaitForChild("DirectionArrow") local plr = game.Players.LocalPlayer local char = plr.Character or plr.CharacterAdded:Wait() local hrp = char:WaitForChild("HumanoidRootPart") local humanoid = char:WaitForChild("Humanoid") local currentCamera = Instance.new("Camera") ...
When studio lite make an updateWhen studio lite make an update
When studio lite make an update
Просмотров 5175 дней назад
2 useful GUI tricks | studio lite2 useful GUI tricks | studio lite
2 useful GUI tricks | studio lite
Просмотров 1957 дней назад
Animation gui script : local frame = script.Parent.Frame your frame local openclose = script.Parent.OpenClose your button frame.Size = UDim2.new(0.188, 0,0.071, 0) openclose.MouseButton1Click:Connect(function() if frame.Size UDim2.new(0.188, 0,0.071, 0) then frame.Visible = true frame:TweenSize(UDim2.new(0.514, 0,0.803, 0),Enum.EasingDirection.Out,Enum.EasingStyle.Back,0.2) openclose.Text = "CL...
how to make a codes gui | studio litehow to make a codes gui | studio lite
how to make a codes gui | studio lite
Просмотров 21828 дней назад
Local script (put inside the screengui): pastebin.com/U9J5q9Q9 Script (put inside ServerScriptService): pastebin.com/xEBuhB6i 🔥 Important 🔥 : Name all things just like the video, and publish your game bc it didn't work on studio lite Thanks for watching !
how to make revive system | studio litehow to make revive system | studio lite
how to make revive system | studio lite
Просмотров 304Месяц назад
ServerScriptService script : pastebin.com/rUcE0gE7 StarterCharacterScripts : pastebin.com/dbVEfLyg Animation : rbxassetid://181526230 🔥 important🔥: name the animation : "DeadAnimation" Thanks for watching !
how to make a football system | studio litehow to make a football system | studio lite
how to make a football system | studio lite
Просмотров 431Месяц назад
Script in the ball: Get the part local part = script.Parent Get the sound local sound = part:FindFirstChild("Sound1") Debounce variable local isTouched = false Function to handle the touch event local function onTouch(otherPart) local humanoid = otherPart.Parent:FindFirstChild("Humanoid") if humanoid and not isTouched then Set debounce isTouched = true Play the sound if sound and sound:IsA("Sou...
How to get animations for roblox (100 SUBS)How to get animations for roblox (100 SUBS)
How to get animations for roblox (100 SUBS)
Просмотров 174Месяц назад
Site: pastebin.com/N8a2HRKw
how to make a Ban hammer | studio litehow to make a Ban hammer | studio lite
how to make a Ban hammer | studio lite
Просмотров 461Месяц назад
Script put inside the tool : local CanAttack = true script.Parent.Activated:Connect(function() if CanAttack true then CanAttack = false local Swing = script.Parent.Parent.Humanoid:LoadAnimation(script.Swing) Swing:Play() script.Parent.Front.Touched:Connect(function(touch) local player = touch.Parent if game:GetService("Players"):GetPlayerFromCharacter(player) then game.Players:GetPlayerFromChar...
two tutorials | studio litetwo tutorials | studio lite
two tutorials | studio lite
Просмотров 158Месяц назад
Camera script 🎥: local cam = workspace.CurrentCamera local plr = game.Players.LocalPlayer local char = plr.Character or plr.CharacterAdded:Wait() local hrp = char:WaitForChild("HumanoidRootPart") local neck = char:FindFirstChild("Neck", true) local y = neck.C0.Y game:GetService("RunService").RenderStepped:Connect(function() if neck then local camDirection = hrp.CFrame:ToObjectSpace(cam.CFrame)....
how to make death effects | studio litehow to make death effects | studio lite
how to make death effects | studio lite
Просмотров 439Месяц назад
Script: pastebin.com/D0NzsWGx Local script (with sound inside it): local humanoidRootPart = script.Parent:WaitForChild("HumanoidRootPart") humanoidRootPart:WaitForChild("Died").SoundId = script:WaitForChild("Sound").SoundId Local script: script.Parent:WaitForChild("Humanoid").Died:Connect(function() game.ReplicatedStorage.DiedRE:FireServer() end) My brother channel: youtube.com/@flax_developer?...
how to make a grabbing system | studio litehow to make a grabbing system | studio lite
how to make a grabbing system | studio lite
Просмотров 206Месяц назад
Script: pastebin.com/17t7tLRt Local script: pastebin.com/e9fDtnyz My profile 🤯: www.roblox.com/users/2830847479/profile Watch the whole video for not missing anything, and thanks for watching! ♥️
Kamehameha 20%Kamehameha 20%
Kamehameha 20%
Просмотров 150Месяц назад

Комментарии

  • @Planensimpleplane
    @Planensimpleplane 2 дня назад

    W vid

  • @حسينمصطفى-ط3غ
    @حسينمصطفى-ط3غ 3 дня назад

    Me and pls how add leaderstats how many destroy ❤

  • @KeltrickOriginal
    @KeltrickOriginal 3 дня назад

    Good update

  • @coolgo_dev
    @coolgo_dev 3 дня назад

    Who wants the tut?

  • @YouStillCantSwim
    @YouStillCantSwim 3 дня назад

    First...Umm...I think...

  • @coolgo_dev
    @coolgo_dev 3 дня назад

    Please give me yours ideas (that's help alot)

  • @SkibidiRizzler-p6u
    @SkibidiRizzler-p6u 3 дня назад

    Yoooo

  • @SkibidiRizzler-p6u
    @SkibidiRizzler-p6u 3 дня назад

    hey there i wanted a tutorial about a story gane map that is about pirate ships so can u make a tutorial on it pretty pls if no its alr

    • @coolgo_dev
      @coolgo_dev 3 дня назад

      Ok, I'll see what I can do!

  • @sanjidaafrinshapna355
    @sanjidaafrinshapna355 4 дня назад

    1000 views on this video

  • @IncognitoScripts
    @IncognitoScripts 4 дня назад

    W

  • @sanjidaafrinshapna355
    @sanjidaafrinshapna355 4 дня назад

    👍

  • @AxoTwowo
    @AxoTwowo 4 дня назад

    Steve harvey

  • @KINGBLOX-PH
    @KINGBLOX-PH 4 дня назад

    How to make inventory in Roblox studio lite?

  • @KINGBLOX-PH
    @KINGBLOX-PH 4 дня назад

    First 😮❤❤❤❤

  • @Planensimpleplane
    @Planensimpleplane 5 дней назад

    I bet the most one that everyone wants is multi-player on making stuff

  • @Planensimpleplane
    @Planensimpleplane 5 дней назад

    For real.

  • @SairoOFC77
    @SairoOFC77 5 дней назад

    1❤❤❤❤❤

    • @coolgo_dev
      @coolgo_dev 5 дней назад

      ❤❤❤❤❤❤❤

  • @coolgo_dev
    @coolgo_dev 5 дней назад

    Who like me ?

  • @sanjidaafrinshapna355
    @sanjidaafrinshapna355 5 дней назад

    🆃🅷🅸🆂◼️🅸🆂◼️🅲🅾🅾🅻

  • @KAKAROOOOOT
    @KAKAROOOOOT 6 дней назад

    That is so cool! 3:16

  • @coolgo_dev
    @coolgo_dev 7 дней назад

    Sorry

  • @Nexeilus
    @Nexeilus 7 дней назад

    Nice! That's cool.

  • @حسينمصطفى-ط3غ
    @حسينمصطفى-ط3غ 12 дней назад

    Make viedo pls how add command give yourself sword and gun pls plsssss❤

  • @gauravkatel
    @gauravkatel 14 дней назад

    -- Get the part local part = script.Parent -- Get the sound local sound = part:FindFirstChild("Sound1") -- Debounce variable local isTouched = false -- Function to handle the touch event local function onTouch(otherPart) local humanoid = otherPart.Parent:FindFirstChild("Humanoid") if humanoid and not isTouched then -- Set debounce isTouched = true -- Play the sound if sound and sound:IsA("Sound") then sound:Play() end -- Apply force to the part to make it move in the direction the player kicked it local direction = (part.Position - humanoid.Parent.HumanoidRootPart.Position).Unit local forceMagnitude = math.random(20, 40) -- Change this value to control the force applied local force = direction * forceMagnitude part.Velocity = Vector3.new(force.X, part.Velocity.Y, force.Z) -- Reset debounce after a delay wait(1) -- Change this value to control the debounce time isTouched = false end end -- Connect the function to the part's Touched event part.Touched:Connect(onTouch)

  • @KAKAROOOOOT
    @KAKAROOOOOT 14 дней назад

    1:24 pls tutorial how to make that grey dude walking

  • @MANFARPLAYZ
    @MANFARPLAYZ 16 дней назад

    Finally YOUR THE HERO🗣️🗣️🗣️

  • @KareemAhmedMohamedIbrahimSalem
    @KareemAhmedMohamedIbrahimSalem 17 дней назад

    Can you make tutorial of how to make tycoon ik you made already made one but you made only floor one and only one can be in the tycoon

  • @Fresai
    @Fresai 18 дней назад

    Can you make him bite more?

  • @IronicallySmash
    @IronicallySmash 18 дней назад

    can you do tutorial on how to add shoot button and dribble button?

  • @ChrisivanConcepcion
    @ChrisivanConcepcion 21 день назад

    I hope you will continue that

  • @TotallynotTooGamer
    @TotallynotTooGamer 22 дня назад

    How do i get gamepass id?

    • @coolgo_dev
      @coolgo_dev 19 дней назад

      @@TotallynotTooGamer just type in yt

  • @TheEditingTournament
    @TheEditingTournament 24 дня назад

    how do we decrease dmg

  • @Sayedali-t7e
    @Sayedali-t7e 25 дней назад

    How to make squid game

  • @Anas_gaming-6
    @Anas_gaming-6 26 дней назад

    How to make a donation board

  • @YT_COTTINGHAMANDHESSLEBUSES25
    @YT_COTTINGHAMANDHESSLEBUSES25 27 дней назад

    THE SAME METHOD OF HOW TO IMPORT FREE MODELS

  • @KyleCummings-qd5hi
    @KyleCummings-qd5hi 28 дней назад

    Bro where mursama

    • @coolgo_dev
      @coolgo_dev 27 дней назад

      @@KyleCummings-qd5hi im just uploading while murasama done

  • @coolgo_dev
    @coolgo_dev 28 дней назад

    Sorry for not uploading 6 days 💀

    • @dude10joyboy
      @dude10joyboy 25 дней назад

      Thats alr and dont guve up bud

  • @AbxStudioz
    @AbxStudioz Месяц назад

    Bro whats on your screen it looks like an ninja💀

  • @AHMEDBADRI-lo1vq
    @AHMEDBADRI-lo1vq Месяц назад

    Thank I'll use it when I wanna make a gaje

  • @Usaofamerican
    @Usaofamerican Месяц назад

    Thanks bro

  • @KyleCummings-qd5hi
    @KyleCummings-qd5hi Месяц назад

    If u dont u will lose a subscriber