- Видео 27
- Просмотров 4 030
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 a throwable knife | studio lite
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 ♥️
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 ♥️
Просмотров: 49
Видео
how to spawn a part with GUI button | studio lite
Просмотров 105День назад
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...
[read description] test
Просмотров 1574 дня назад
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 lite
Просмотров 1264 дня назад
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 lite
Просмотров 1787 дней назад
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...
how to make an advanced elevator | studio lite
Просмотров 4759 дней назад
My profile 😎: www.roblox.com/users/2830847479/profile Model: create.roblox.com/store/asset/11533607251/Advanced-Elevator?externalSource=www&assetType=Model Script : game:GetService("InsertService"):LoadAsset(11533607251).Parent = workspace; Thanks for watching!
how to make a tycoon | studio lite
Просмотров 35910 дней назад
My profile: www.roblox.com/users/2830847479/profile Get model : create.roblox.com/store/asset/14446799399/Tycoon-System-1-Floor?externalSource=www&assetType=Model Script: game:GetService("InsertService"):LoadAsset(14446799399).Parent = workspace;
hallow purple 50%
Просмотров 15913 дней назад
how to make food give you health | studio lite
Просмотров 11613 дней назад
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
Просмотров 13714 дней назад
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
Просмотров 12014 дней назад
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
Просмотров 11816 дней назад
My profile: www.roblox.com/users/2830847479/profile