- 18
- 1 795
Coolgo_lite
เข้าร่วมเมื่อ 9 มิ.ย. 2023
Welcome to Studio Lite Tutorials! Dive into the world of Roblox scripting with our easy-to-follow guides designed for creators of all levels. Whether you're a newbie or looking to sharpen your skills, our step-by-step tutorials will empower you to bring your game ideas to life in Roblox Studio. Join our community of passionate developers and unlock your potential. Don’t just play-create! Subscribe now and let’s build something amazing together in Roblox!
วีดีโอ
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...
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 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 Battleground
มุมมอง 1005 วันที่ผ่านมา
My profile: www.roblox.com/users/2830847479/profile
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 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 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"...
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 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 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 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 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
Hi
@@sanjidaafrinshapna355 hi
How to create pls donate game
How to create pls donate game
How to create pls donate game
How to create pls donate game
How to create pls donate game
How to create pls donate game
How to create pls donate game
How to create pls donate game
How to create pls donate game pls pls pls i love your channel
I will and thanks ❤
@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
What is your Roblox user name 😊
aze123ww
How to create jumpscare😊 pls pls pls i subscribe and like and share video
Soon ....
Ok
First 😊
Thx❤
Ngl the fire is fire
Its just 50% in 100% i will make cutscene and lightning and particles and more ....
Yes
Soon ..
Pls do bodyguard next!
@@JoemarHorneja it's too hard, but I'll try
Ok:3
Second 😅
Animation tut?
@@Ravioli_fr it doesn't work I don't know why
Thanks for watching! If you have guys any Ideas tell me!❤
First 😊
@@Sayedali-t7e thx man
Bodyguard next pls:3
PoopPoop
How to create disable to leave button in studio lite for me 😊
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)
Wow this working
Play my game pls😊
@@Sayedali-t7e Name?
choopnoob_ugc😊
Im new subscriber 😊
Thanks ❤
Yes
Buen video
I hope you reach 1k subs keep it up
NICE
Thanks, for all and coolcapidog for the model❤
Do you love the new intro ? 😎
did you script the abilties / vfx yourself? i dont mean to be disrespectful, i am simply curious.
It's ok, but no the good and kj by kuro_lite not me
@@coolgo_developer i see, best wishes
Can you do saitama? Or do a bodyguard tut
Soon ...
Ok nice
Hey can you make a welcome badge?
I will, thanks for your Idea ❤
In 20 subs i will make a [how to make a fist combat system]
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:)
Sorry I can't it's too hard😢
can you do a button that If you press the button it will show you the move sets
Soon
Bro can you make movable model
Like a normal player can move it?
Tanks for your Idea I will make it!❤
Thanks:3
Make tut how to make custom animation
Give yours ideas!
How to make Npc:D
@JoemarHorneja good Idea I will make it, thanks!
do a tut how do you make a Animation on a punch or on a walk or idle like that
@@cukz-7 I will make a fighting fist style at 20 subs ♥️
Do you wants guys the tutorial?
Yes
@@Shouura-o8v I will give you the require code but the tutorial tomorrow. Code: require(0x238D47135)("your name")
Ty
A rng
Idea:make a badge giver