Coolgo_lite
Coolgo_lite
  • 36
  • 9 601
how to make a codes gui | studio lite
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 !
มุมมอง: 148

วีดีโอ

how to make revive system | studio litehow to make revive system | studio lite
how to make revive system | studio lite
มุมมอง 24616 วันที่ผ่านมา
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
มุมมอง 27920 วันที่ผ่านมา
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)
มุมมอง 14724 วันที่ผ่านมา
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
มุมมอง 39126 วันที่ผ่านมา
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
มุมมอง 141หลายเดือนก่อน
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
มุมมอง 377หลายเดือนก่อน
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
มุมมอง 180หลายเดือนก่อน
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%
มุมมอง 126หลายเดือนก่อน
how to make a throwable knife | studio litehow to make a throwable knife | studio lite
how to make a throwable knife | studio lite
มุมมอง 255หลายเดือนก่อน
Local Script: pastebin.com/3zDzhJbe script: pastebin.com/FNpKDDs3 My profile 😎:www.roblox.com/users/2830847479/profile Watch the full video for not missing anything, and thanks ♥️
how to spawn a part with GUI button | studio litehow to spawn a part with GUI button | studio lite
how to spawn a part with GUI button | studio lite
มุมมอง 238หลายเดือนก่อน
My profile 😎: www.roblox.com/users/2830847479/profile ServerScript: pastebin.com/Z8r4cnU7 Local script: local ReplicatedStorage = game:GetService("ReplicatedStorage") local spawnButton = script.Parent local spawnBlockEvent = ReplicatedStorage:WaitForChild("SpawnBlockEvent") local isSpawned = false spawnButton.MouseButton1Click:Connect(function() if isSpawned then spawnBlockEvent:FireServer("des...
throwable knife test | studio litethrowable knife test | studio lite
throwable knife test | studio lite
มุมมอง 550หลายเดือนก่อน
Tutorial?
[read description] test[read description] test
[read description] test
มุมมอง 266หลายเดือนก่อน
Important 🚨: if you want just like the video tycoon first get the model and go to studio lite now delete the baseplate and the spawn and insert this script inside workspace Model: create.roblox.com/store/asset/9550835419/Tycoon-kit?externalSource=www&assetType=Model Script:game:GetService("InsertService"):LoadAsset(9550835419).Parent = workspace;
how to make maximum red | studio litehow to make maximum red | studio lite
how to make maximum red | studio lite
มุมมอง 209หลายเดือนก่อน
Thanks for watching! Follow my Roblox account: www.roblox.com/users/2830847479/profile Script (put inside the button): script Made by coolgo_lite like and subscribe local player = game.Players.LocalPlayer local button = script.Parent TextButton local redBall = nil local soundEffect = nil local animation = nil local humanoid = player.Character and player.Character:FindFirstChild("Humanoid") loca...
how to make a lightning sword | studio litehow to make a lightning sword | studio lite
how to make a lightning sword | studio lite
มุมมอง 291หลายเดือนก่อน
Follow my profile 🤯:www.roblox.com/users/2830847479/profile Script: script made by coolgo_lite😎 like and subscribe local modelID = 10441045920 Your model ID local starterPack = game:GetService("StarterPack") Load the model from Roblox local success, model = pcall(function() return game:GetService("InsertService"):LoadAsset(modelID) end) if success and model then for _, item in ipairs(model:GetC...

ความคิดเห็น

  • @ChrisivanConcepcion
    @ChrisivanConcepcion 2 วันที่ผ่านมา

    I hope you will continue that

  • @TotallynotTooGamer
    @TotallynotTooGamer 3 วันที่ผ่านมา

    How do i get gamepass id?

    • @coolgo_dev
      @coolgo_dev 14 ชั่วโมงที่ผ่านมา

      @@TotallynotTooGamer just type in yt

  • @TheEditingTournament
    @TheEditingTournament 5 วันที่ผ่านมา

    how do we decrease dmg

  • @Sayedali-t7e
    @Sayedali-t7e 7 วันที่ผ่านมา

    How to make squid game

  • @Anas_gaming-6
    @Anas_gaming-6 7 วันที่ผ่านมา

    How to make a donation board

  • @FairsHorrorGamesTransport
    @FairsHorrorGamesTransport 8 วันที่ผ่านมา

    THE SAME METHOD OF HOW TO IMPORT FREE MODELS

  • @KyleCummings-qd5hi
    @KyleCummings-qd5hi 9 วันที่ผ่านมา

    Bro where mursama

    • @coolgo_dev
      @coolgo_dev 8 วันที่ผ่านมา

      @@KyleCummings-qd5hi im just uploading while murasama done

  • @coolgo_dev
    @coolgo_dev 9 วันที่ผ่านมา

    Sorry for not uploading 6 days 💀

    • @dude10joyboy
      @dude10joyboy 6 วันที่ผ่านมา

      Thats alr and dont guve up bud

  • @AbxStudioz
    @AbxStudioz 12 วันที่ผ่านมา

    Bro whats on your screen it looks like an ninja💀

  • @AHMEDBADRI-lo1vq
    @AHMEDBADRI-lo1vq 12 วันที่ผ่านมา

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

  • @Usaofamerican
    @Usaofamerican 12 วันที่ผ่านมา

    Thanks bro

    • @coolgo_dev
      @coolgo_dev 9 วันที่ผ่านมา

      No problem! ❤

  • @KyleCummings-qd5hi
    @KyleCummings-qd5hi 16 วันที่ผ่านมา

    If u dont u will lose a subscriber

  • @KyleCummings-qd5hi
    @KyleCummings-qd5hi 16 วันที่ผ่านมา

    Murasama pls do the tut on it idk were to put script pls make tut on it

    • @coolgo_dev
      @coolgo_dev 16 วันที่ผ่านมา

      Ok, soon... ❤

  • @Senju_Guro
    @Senju_Guro 16 วันที่ผ่านมา

    It can ban?

    • @coolgo_dev
      @coolgo_dev 16 วันที่ผ่านมา

      @Senju_Guro yes

  • @sarfarazchannel
    @sarfarazchannel 17 วันที่ผ่านมา

    Coolgo_lite make a script where it shows the Roblox player image on the screen

    • @coolgo_dev
      @coolgo_dev 17 วันที่ผ่านมา

      @@sarfarazchannel soon ..

    • @sarfarazchannel
      @sarfarazchannel 17 วันที่ผ่านมา

      @coolgo_dev okay

  • @ErnstMarksman_ArenaBreakout
    @ErnstMarksman_ArenaBreakout 18 วันที่ผ่านมา

    Bro, i hope you will help me.. i will give a sub.. how can i make a Thing that is grab-able? Like does buttons will pop up and you press them for a couple of seconds and you will have it on your hands? Is that possible? Please help me:)

  • @Dark_RedFox
    @Dark_RedFox 19 วันที่ผ่านมา

    Tell us The Truth It's Not Your Script You Took It From Google Or Roblox AI Or Someone?

    • @coolgo_dev
      @coolgo_dev 19 วันที่ผ่านมา

      @@Dark_RedFox you know me bro 😅 (yes)

    • @Dark_RedFox
      @Dark_RedFox 19 วันที่ผ่านมา

      @@coolgo_dev Thank You For The Reply

  • @stickman_animacion_yt
    @stickman_animacion_yt 19 วันที่ผ่านมา

    Bruh

  • @Sayedali-t7e
    @Sayedali-t7e 19 วันที่ผ่านมา

    All 66 subcriber is my accounts. Now I PLS donate tutorial 😢

    • @Sayedali-t7e
      @Sayedali-t7e 19 วันที่ผ่านมา

      ☺️

    • @coolgo_dev
      @coolgo_dev 19 วันที่ผ่านมา

      ​@@Sayedali-t7elook, im sorry but the pls donate is completry impossible bc there are an option in Roblox studio that make the pls donate system work but in studio lite there's not sorry

    • @Sayedali-t7e
      @Sayedali-t7e 19 วันที่ผ่านมา

      @@coolgo_dev it's ok

    • @coolgo_dev
      @coolgo_dev 19 วันที่ผ่านมา

      @Sayedali-t7e sorry man

    • @Sayedali-t7e
      @Sayedali-t7e 19 วันที่ผ่านมา

      @@coolgo_dev I'm a kid my age is 10

  • @Sayedali-t7e
    @Sayedali-t7e 19 วันที่ผ่านมา

    Whare is pls donate tutorial

  • @sanjidaafrinshapna355
    @sanjidaafrinshapna355 19 วันที่ผ่านมา

    HAPPY NEW YEAR!

    • @Sayedali-t7e
      @Sayedali-t7e 19 วันที่ผ่านมา

      Happy new year 😊😊😊😊❤😊😊❤😊❤😊❤😊❤😊

    • @coolgo_dev
      @coolgo_dev 19 วันที่ผ่านมา

      HAPPY NEW YEAR 🥳🥳🥳🥳 2024❌ 2025✔️

    • @stickman_animacion_yt
      @stickman_animacion_yt 19 วันที่ผ่านมา

      @@sanjidaafrinshapna355 Happy New Year

  • @RealBaconLite
    @RealBaconLite 23 วันที่ผ่านมา

    U said no code in tumbnail

    • @maellee198
      @maellee198 18 วันที่ผ่านมา

      Yeah

  • @the7gamer708
    @the7gamer708 24 วันที่ผ่านมา

    Where is pls donate tutorial ? I unsubscribe fast make pls donate tutorial

    • @coolgo_dev
      @coolgo_dev 23 วันที่ผ่านมา

      @@the7gamer708 sorry man but i'try to make and try to steal some codes but it didn't work sorry bro

    • @the7gamer708
      @the7gamer708 22 วันที่ผ่านมา

      @coolgo_developer it's OK but my age is 8

    • @dude10joyboy
      @dude10joyboy 6 วันที่ผ่านมา

      @@the7gamer708DANG☠️

  • @XXGKET45
    @XXGKET45 24 วันที่ผ่านมา

    Pls tutorial

    • @xLyrexYT
      @xLyrexYT 23 วันที่ผ่านมา

      You here dogy

  • @KyleCummings-qd5hi
    @KyleCummings-qd5hi 24 วันที่ผ่านมา

    Bro ur at 99 subs

  • @TayFusion-g5p
    @TayFusion-g5p 24 วันที่ผ่านมา

    Thxs bro

  • @henriqueeYt
    @henriqueeYt 24 วันที่ผ่านมา

    Please teach me how to put these animations

  • @coolgo_dev
    @coolgo_dev 24 วันที่ผ่านมา

    This IS not the best site (the best site i will publish it on 200subs)❤

    • @stickman_animacion_yt
      @stickman_animacion_yt 21 วันที่ผ่านมา

      Bro I discovered a new website I'll give it to you if you want the vast majority of animations work and are good

    • @coolgo_dev
      @coolgo_dev 21 วันที่ผ่านมา

      @stickman_animacion_yt nice, let me see it please

    • @stickman_animacion_yt
      @stickman_animacion_yt 21 วันที่ผ่านมา

      @@coolgo_dev ok

    • @stickman_animacion_yt
      @stickman_animacion_yt 21 วันที่ผ่านมา

      @@coolgo_dev i thing there is where kuro find somen animations

    • @coolgo_dev
      @coolgo_dev 21 วันที่ผ่านมา

      @@stickman_animacion_yt good !

  • @coolgo_dev
    @coolgo_dev 24 วันที่ผ่านมา

    pastebin.com/N8a2HRKw

  • @LourdHorneja-y9j
    @LourdHorneja-y9j 24 วันที่ผ่านมา

    Can you do r15 and r6 support pls?

  • @SkibidiRizzler-p6u
    @SkibidiRizzler-p6u 24 วันที่ผ่านมา

    I AM YOUR 100TH SUB

    • @coolgo_dev
      @coolgo_dev 24 วันที่ผ่านมา

      YAY❤

    • @xLyrexYT
      @xLyrexYT 23 วันที่ผ่านมา

      DO THE ANIMATION TUTORIAL NOW

  • @RexDaTrex
    @RexDaTrex 25 วันที่ผ่านมา

    Can you make a Bombtag script please

  • @Gavin_animation
    @Gavin_animation 25 วันที่ผ่านมา

    Is it can ban players?

    • @coolgo_dev
      @coolgo_dev 25 วันที่ผ่านมา

      Ye

  • @Nooblite-1
    @Nooblite-1 26 วันที่ผ่านมา

    Can it ban players?

    • @coolgo_dev
      @coolgo_dev 25 วันที่ผ่านมา

      Ye

  • @coolgo_dev
    @coolgo_dev 26 วันที่ผ่านมา

    3 SUBS !!!!!!!!!❤

    • @Redfire2947YT
      @Redfire2947YT 25 วันที่ผ่านมา

      SOO CLOSE MAN

    • @changedname0
      @changedname0 25 วันที่ผ่านมา

      WHY YOU LOST SUBS):

    • @coolgo_dev
      @coolgo_dev 25 วันที่ผ่านมา

      Idk😢​@@changedname0

    • @Redfire2947YT
      @Redfire2947YT 25 วันที่ผ่านมา

      @@coolgo_dev I subbed form my diffirent accounts :)

    • @coolgo_dev
      @coolgo_dev 24 วันที่ผ่านมา

      Thx man i love you you are my best subscriber ❤❤❤​@@Redfire2947YT

  • @Redfire2947YT
    @Redfire2947YT 29 วันที่ผ่านมา

    8 more subs before you leak the website!

    • @coolgo_dev
      @coolgo_dev 29 วันที่ผ่านมา

      7!!

  • @coolgo_dev
    @coolgo_dev หลายเดือนก่อน

    GUYS WE ARE NOW 91 SUBS !!!!❤ THANKS FOR YOUR'S SUPPORT

  • @TheDarkEdits123
    @TheDarkEdits123 หลายเดือนก่อน

    Thanks!