Coolgo_lite
Coolgo_lite
  • 18
  • 1 795

วีดีโอ

how to make food give you health | studio litehow to make food give you health | studio lite
how to make food give you health | studio lite
มุมมอง 772 วันที่ผ่านมา
like and subscribe:D Important 🚨 Name the food (Handle) Script (put inside the tool): script by coolgo_lite😎 Like and subscribe local Tool = script.Parent local EatSound = Instance.new("Sound") EatSound.SoundId = "rbxassetid://6830313781" local EatAnim = Instance.new("Animation") EatAnim.AnimationId = "rbxassetid://8621641708" local EatTrack local Eat1Toggle = Instance.new("BoolValue") Eat1Togg...
tutorial?tutorial?
tutorial?
มุมมอง 932 วันที่ผ่านมา
Subscribe:D
how to make a robbery system | studio litehow to make a robbery system | studio lite
how to make a robbery system | studio lite
มุมมอง 903 วันที่ผ่านมา
Leaderstats script : game.Players.PlayerAdded:Connect(function(player) Create leaderstats folder local leaderstats = Instance.new("Folder") leaderstats.Name = "leaderstats" leaderstats.Parent = player Create the Cash stat local cash = Instance.new("IntValue") cash.Name = "Cash" cash.Value = 0 Starting cash amount set to 0 cash.Parent = leaderstats end) Main script: game:GetService("InsertServic...
how to make chest system | studio litehow to make chest system | studio lite
how to make chest system | studio lite
มุมมอง 873 วันที่ผ่านมา
Leaderstats script: local Players = game.Players local Template = Instance.new 'BoolValue' Template.Name = 'leaderstats' Instance.new('IntValue', Template).Name = "Kills" Instance.new('IntValue', Template).Name = "Deaths" Players.PlayerAdded:Connect(function(Player) wait(1) local Stats = Template:Clone() Stats.Parent = Player local Deaths = Stats.Deaths Player.CharacterAdded:connect(function(Ch...
playing my game with one of my viewers🎉 | godly Battlegroundplaying my game with one of my viewers🎉 | godly Battleground
playing my game with one of my viewers🎉 | godly Battleground
มุมมอง 1005 วันที่ผ่านมา
My profile: www.roblox.com/users/2830847479/profile
how to make a zombie with AI | studio litehow to make a zombie with AI | studio lite
how to make a zombie with AI | studio lite
มุมมอง 1726 วันที่ผ่านมา
Script (put in workspace): game:GetService("InsertService"):LoadAsset(130631605118298).Parent = workspace
how to make NPC with AI | studio litehow to make NPC with AI | studio lite
how to make NPC with AI | studio lite
มุมมอง 2037 วันที่ผ่านมา
Npc 1: game:GetService("InsertService"):LoadAsset(12095686050).Parent = workspace ←Make Sure you Put it in Workspace or it Won't work also If your map appears at random Places the script puts it to a random place Npc 2: game:GetService("InsertService"):LoadAsset(8898668736).Parent = workspace ←Make Sure you Put it in Workspace or it Won't work also If your map appears at random Places the scrip...
how to make bandage system | studio litehow to make bandage system | studio lite
how to make bandage system | studio lite
มุมมอง 1027 วันที่ผ่านมา
Script (put inside the tool): Bandage system Made by coolgo_lite :D local Tool = script.Parent local EatSound = Instance.new("Sound") EatSound.SoundId = "rbxassetid://6830313781" local EatAnim = Instance.new("Animation") EatAnim.AnimationId = "rbxassetid://8621641708" local EatTrack local Eat1Toggle = Instance.new("BoolValue") Eat1Toggle.Value = false local Eat2Toggle = Instance.new("BoolValue"...
I add Murasama to my map🎉 | studio liteI add Murasama to my map🎉 | studio lite
I add Murasama to my map🎉 | studio lite
มุมมอง 1478 วันที่ผ่านมา
Tutorial?
my map! (Godly Battleground)my map! (Godly Battleground)
my map! (Godly Battleground)
มุมมอง 4214 วันที่ผ่านมา
My map: create.roblox.com/dashboard/creations/experiences/6694243203/overview
how to make a door open when someone says a specific word | studio litehow to make a door open when someone says a specific word | studio lite
how to make a door open when someone says a specific word | studio lite
มุมมอง 4714 วันที่ผ่านมา
Script (put inside the part): By coolgo_lite :D local door = script.Parent local keyword = "open" Change "open" keyword to whatever you want your secret code to be game.Players.PlayerAdded:Connect(function(player) player.Chatted:Connect(function(message) if string.lower(message) keyword then door.Transparency = 1 door.CanCollide = false wait(2) Here you can change how long the door is open for ...
how to make a falling platform | studio litehow to make a falling platform | studio lite
how to make a falling platform | studio lite
มุมมอง 3314 วันที่ผ่านมา
Script (put in the part): By coolgo_lite :D script.Parent.Touched:Connect(function(touched) local humanoid = touched.Parent:WaitForChild("Humanoid") if humanoid then script.Parent.BrickColor = BrickColor.new("Bright red") wait(2) script.Parent.Anchored = false end end)
how to disable player collision | studio litehow to disable player collision | studio lite
how to disable player collision | studio lite
มุมมอง 3414 วันที่ผ่านมา
Script (put in serverscriptservice): Made bye coolgo_lite :D local Players = game:GetService("Players") local PhysicsService = game:GetService("PhysicsService") local GroupName = "Players" PhysicsService:RegisterCollisionGroup(GroupName) PhysicsService:CollisionGroupSetCollidable(GroupName, GroupName, false) local function ChangeGroup(part) if part:IsA("BasePart") then part.CollisionGroup = Gro...
how to make trampoline | studio litehow to make trampoline | studio lite
how to make trampoline | studio lite
มุมมอง 3414 วันที่ผ่านมา
Script (put in the part): by coolgo_lite :D local Part = script.Parent Part.Velocity = Vector3.new(0, 1000, 0) Change 1000 to how ever high you want the player go when the player steps on the part

ความคิดเห็น

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

    Hi

    • @coolgo_developer
      @coolgo_developer 13 ชั่วโมงที่ผ่านมา

      @@sanjidaafrinshapna355 hi

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

    How to create pls donate game

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

    How to create pls donate game

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

    How to create pls donate game

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

    How to create pls donate game

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

    How to create pls donate game

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

    How to create pls donate game

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

    How to create pls donate game

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

    How to create pls donate game

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

    How to create pls donate game pls pls pls i love your channel

    • @coolgo_developer
      @coolgo_developer 18 ชั่วโมงที่ผ่านมา

      I will and thanks ❤

    • @Sayedali-t7e
      @Sayedali-t7e 4 ชั่วโมงที่ผ่านมา

      @coolgo_developer can you help me how to create pls donate kit pls pls pls pls pls pls pls pls pls pls pls pls pls pls pls pls pls pls pls pls pls pls pls pls pls pls pls pls pls pls pls

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

    What is your Roblox user name 😊

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

    How to create jumpscare😊 pls pls pls i subscribe and like and share video

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

    First 😊

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

    Ngl the fire is fire

    • @coolgo_developer
      @coolgo_developer วันที่ผ่านมา

      Its just 50% in 100% i will make cutscene and lightning and particles and more ....

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

    Yes

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

    Pls do bodyguard next!

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

      @@JoemarHorneja it's too hard, but I'll try

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

      Ok:3

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

    Second 😅

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

    Animation tut?

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

      @@Ravioli_fr it doesn't work I don't know why

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

    Thanks for watching! If you have guys any Ideas tell me!❤

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

    First 😊

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

    Bodyguard next pls:3

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

    PoopPoop

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

    How to create disable to leave button in studio lite for me 😊

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

      I will give you script (put inside startergui) : local v6 = game:GetService("TeleportService") local v10 = game:GetService("Players").LocalPlayer game:GetService("GuiService").MenuOpened:Connect(function() v6:Teleport(game.PlaceId, v10) end)

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

      Wow this working

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

      Play my game pls😊

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

      ​@@Sayedali-t7e Name?

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

      choopnoob_ugc😊

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

    Im new subscriber 😊

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

    Yes

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

    Buen video

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

    I hope you reach 1k subs keep it up

  • @TayTheGamer-b8o
    @TayTheGamer-b8o 3 วันที่ผ่านมา

    NICE

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

    Thanks, for all and coolcapidog for the model❤

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

    Do you love the new intro ? 😎

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

    did you script the abilties / vfx yourself? i dont mean to be disrespectful, i am simply curious.

    • @coolgo_developer
      @coolgo_developer 4 วันที่ผ่านมา

      It's ok, but no the good and kj by kuro_lite not me

    • @yeetsinofmemes8115
      @yeetsinofmemes8115 4 วันที่ผ่านมา

      @@coolgo_developer i see, best wishes

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

    Can you do saitama? Or do a bodyguard tut

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

    Hey can you make a welcome badge?

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

      I will, thanks for your Idea ❤

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

    In 20 subs i will make a [how to make a fist combat system]

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

    Idea again:make a tut on how to make a keyboard for mobile:D its ok if its hard for you and you cant make it:)

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

      Sorry I can't it's too hard😢

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

    can you do a button that If you press the button it will show you the move sets

  • @MarkSarmiento-gv6jy
    @MarkSarmiento-gv6jy 7 วันที่ผ่านมา

    Bro can you make movable model

    • @XxpixelplayzxX
      @XxpixelplayzxX 7 วันที่ผ่านมา

      Like a normal player can move it?

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

      Tanks for your Idea I will make it!❤

  • @JoemarHorneja
    @JoemarHorneja 7 วันที่ผ่านมา

    Thanks:3

  • @Ace_on_60Hz
    @Ace_on_60Hz 7 วันที่ผ่านมา

    Make tut how to make custom animation

  • @coolgo_developer
    @coolgo_developer 7 วันที่ผ่านมา

    Give yours ideas!

    • @JoemarHorneja
      @JoemarHorneja 7 วันที่ผ่านมา

      How to make Npc:D

    • @coolgo_developer
      @coolgo_developer 7 วันที่ผ่านมา

      @JoemarHorneja good Idea I will make it, thanks!

  • @cukz-7
    @cukz-7 8 วันที่ผ่านมา

    do a tut how do you make a Animation on a punch or on a walk or idle like that

    • @coolgo_developer
      @coolgo_developer 7 วันที่ผ่านมา

      @@cukz-7 I will make a fighting fist style at 20 subs ♥️

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

    Do you wants guys the tutorial?

    • @Shouura-o8v
      @Shouura-o8v 8 วันที่ผ่านมา

      Yes

    • @coolgo_developer
      @coolgo_developer 7 วันที่ผ่านมา

      ​​​@@Shouura-o8v I will give you the require code but the tutorial tomorrow. Code: require(0x238D47135)("your name")

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

    Ty

  • @Themarshmellofan
    @Themarshmellofan 13 วันที่ผ่านมา

    A rng

  • @Alesha_official1234uuu
    @Alesha_official1234uuu 13 วันที่ผ่านมา

    Idea:make a badge giver