- Видео 42
- Просмотров 12 275
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 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 ♥️
--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)
Просмотров 583 дня назад
how to make DAMAGE INDICATOR in studio lite!
Просмотров 703 дня назад
Script: pastebin.com/Svd3uEJa Thanks for watching ♥️
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 update
Просмотров 5175 дней назад
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 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 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 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 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 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 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 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%
Просмотров 150Месяц назад
W vid
Me and pls how add leaderstats how many destroy ❤
Good update
Who wants the tut?
First...Umm...I think...
Please give me yours ideas (that's help alot)
Yoooo
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
Ok, I'll see what I can do!
1000 views on this video
W
👍
Steve harvey
How to make inventory in Roblox studio lite?
Next video
First 😮❤❤❤❤
I bet the most one that everyone wants is multi-player on making stuff
YE
For real.
1❤❤❤❤❤
❤❤❤❤❤❤❤
Who like me ?
🆃🅷🅸🆂◼️🅸🆂◼️🅲🅾🅾🅻
❤
That is so cool! 3:16
❤
Sorry
Nice! That's cool.
❤
Make viedo pls how add command give yourself sword and gun pls plsssss❤
-- 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)
1:24 pls tutorial how to make that grey dude walking
Finally YOUR THE HERO🗣️🗣️🗣️
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
Can you make him bite more?
can you do tutorial on how to add shoot button and dribble button?
I hope you will continue that
How do i get gamepass id?
@@TotallynotTooGamer just type in yt
how do we decrease dmg
How to make squid game
How to make a donation board
THE SAME METHOD OF HOW TO IMPORT FREE MODELS
Bro where mursama
@@KyleCummings-qd5hi im just uploading while murasama done
Sorry for not uploading 6 days 💀
Thats alr and dont guve up bud
Bro whats on your screen it looks like an ninja💀
Thank I'll use it when I wanna make a gaje
Thanks bro
No problem! ❤
If u dont u will lose a subscriber