- Видео 13
- Просмотров 53 229
BlueBaeryBoi
Канада
Добавлен 6 май 2020
Roblox Game Developer
BEST Plugins for Roblox Studio...
I ranked the TOP Roblox Studio Plugins.
Follower goal 🔜 500 😭 subscribe to help 🙏
#robloxdev #robloxdeveloper #robloxdevelopment #robloxbuilds #robloxbuilders #roblox #robloxgamedevelopment #robloxgamedev #robloxstudiotips #robloxstudio
Follower goal 🔜 500 😭 subscribe to help 🙏
#robloxdev #robloxdeveloper #robloxdevelopment #robloxbuilds #robloxbuilders #roblox #robloxgamedevelopment #robloxgamedev #robloxstudiotips #robloxstudio
Просмотров: 92
Видео
Roblox Studio Mastery: 20 BEST Tips for NEXT LEVEL Games
Просмотров 16419 часов назад
Chapters: 0:00 Intro 0:16 Punch Holes in a Part 0:36 Easily Space Objects with Custom Grid Sizing 1:04 Comment Out Multiple Lines with One Click 1:22 Common Tool Shortcuts 1:48 Device Emulator 2:11 Use Scale not Offset 2:48 Scale Items on All Sides 3:02 Find Code Quickly 3:14 Replace Code Quickly 3:27 Roblox Studio Plugins 4:04 UI Ratio Constraints 4:31 UI Smooth Corners 4:47 Multi Part Selecto...
Go VIRAL on ROBLOX EASILY...
Просмотров 1,1 тыс.День назад
In this video, I will be showing you how you can grow a successful Roblox Game all the way to the front page. If want your own front page Roblox game, I will be showing you the methods that you can use to go viral, fast! #roblox #robloxgamedevelopment #robloxdev #robloxstudio
ROBLOX - How to Make a LOADING SCREEN
Просмотров 542День назад
This video will show how you can make an amazing intro screen for your game on Roblox! It will include a progress bar too! I make Roblox Studio Tutorials, subscribe and help me reach my goal of 500 subs :) Good luck on your journey to making a Roblox Game
Ranking My Subscribers Roblox Games
Просмотров 41914 дней назад
Hello! Today I will be creating a tier list of Roblox Games made by my subscribers. Be sure to comment your game below if you'd like to be reviewed in the next video. 500 subscriber goal ❤️ subscribe to help! #roblox
How To Make A Roblox Game | Learn Roblox Studio
Просмотров 2 тыс.14 дней назад
Learn Roblox Studio in 2024 with this complete tutorial. Check the pinned comments for the code :) Two common errors you might run into while running datastores for the first time: 1. You can’t use a datastore unless your game is published. Publish it now, it won’t be shown to others until you choose to 2. “you don’t have API access”if you have this we’re going to fix it by making a Boolean val...
RNG Lootbox | Roblox Studio Tutorial
Просмотров 22321 день назад
Learn how to create an RNG/Loot Box for your Roblox game! My name is BlueBaery and I make Roblox videos. Hope you enjoy them, maybe even learn a thing or two. Subscribe for more :) Join the discord: discord.gg/zqR7cyJkhA tags: #roblox #robloxstudio #robloxscript #robloxscripting #robloxadvancedscripting #robloxdev #robloxdevelopment #robloxdeveloper #robloxprogramming #scripting #programming #g...
Custom Inventory | Roblox Studio Tutorial
Просмотров 1,4 тыс.Месяц назад
Learn how to create a custom inventory for your Roblox game! My name is BlueBaery and I make Roblox videos. Hope you enjoy them, maybe even learn a thing or two. Subscribe for more :) tags: #roblox #robloxstudio #robloxscript #robloxscripting #robloxadvancedscripting #robloxdev #robloxdevelopment #robloxdeveloper #robloxprogramming #scripting #programming #gamedev #gamedevelopment #gamedevelope...
You are lowkey bad at fisch, good video tho
lol thank you!
once some1 resets, the loading screen is back and it does nothing
ooh, if this is happening set a visible = false in character added function then (character added goes within PlayerAdded function and is written in the same way with CharacterAdded and char) character added fires everytime someone resets
*FOR THOSE WHO ARE CONFUSED WITH HOW TO TAKE CARE ON THE FRAME BEING VISIBLE:* Make a localscript under the frame where everything is covered and paste this script in: script.Parent.Visible = true Turn off "Visible" in the frame's properties and when you join, the loading screen still works. And when you're developing your game, you don't see the screen! Hope this helped.
YOU'RE AMAZING! 💚
😃
This video is exactly what I needed ❤
:D
IT nerfed to Remorseless (by: KianGerard8) thx if you played it.
I will check it out and let you know what I think 🤜🤛
I love your videos!
I love your comments!
Thanks for the helpful plugins!, though i think i figured it out, you use capcut, i'm an mastermind!!!
Haha 😏
What game are you making?
you are goated
thank you :)
13:52:42.973 Progress is not a valid member of Frame "Players.Alexannder_playsRBLX.PlayerGui.ScreenGui.Frame" - Client - LocalScript:8
Did you rename your text label in the loading screen to have the name "Progress"? I think that's the issue :)
@@bluebaeryboi thanks, i forgot to rename it to "Progress"
suggestions: you should focus on 1 game, like a ww2 based game, or doors, or anything you or others like, I make different games for fun, not for visists and robux if you want robux then you should create a game with a popular genre, give it a great thumbnail (use photopea) and banners, use chatgpt for help, and make it seem profesionally made, give goals to players in game so they can stay focused on your game, keep trying it's okay if your game got 12 visits only, thats 12 more than most games on roblox
Things I'd like to say: The Command + D thing is on Macbook only I'm pretty sure, if you're on windows then use Ctrl + C, it copies the part/script or object you're working on Ctrl + V pastes it, so ctrl + c you copy it, ctrl + v you paste it, if you want to paste it into something then select the object you're gonna wanna paste in into, and do Ctrl + Shift + V. I don't know how to code much but I've started learning from using chat GPT, It gives me scripts and tells me what it does so let's say like: local script.Parent = sp -- What this means is the parent of the script = sp, let's say you put this script inside a part, script.Parent is the part because it's the script's parent, and sp is something you can use instead of script.parent, so if you put this into a part (script) you can get it to change colours( correct if something is wrong in the script): this script changes the color of script.Parent and includes setting sp as a shorthand for script.Parent. This script assumes script.Parent is a part that can have its color changed. Code: Copy code if you wanna use it (MAKE SURE YOU PUT THIS INSIDE THE PART OTHERWISE IT WILL NOT WORK!!!, AND MAKE SURE IT'S A SCRIPT NOT A LOCALSCRIPT!!!!) local sp = script.Parent -- Shortcut for script.Parent while true do -- Generate a random color local randomColor = Color3.new(math.random(), math.random(), math.random()) sp.Color = randomColor -- Apply the random color wait(1) -- Wait for 1 second end you can modify the time, or if you want it to apply certain colours instead then use this script: local sp = script.Parent -- Shortcut for script.Parent -- Define a table of colors local colors = { Color3.new(1, 0, 0), -- Red Color3.new(0, 1, 0), -- Green Color3.new(0, 0, 1) -- Blue } while true do -- Pick a random color from the table local randomColor = colors[math.random(1, #colors)] sp.Color = randomColor -- Apply the random color wait(1) -- Wait for 1 second end I can also give you more help in the replies, I will start making studio videos soon on how to make for example a shop, leaderstats and datastore system, leaderstats is for example a stat in the leaderboard, which counts for coins/kills and data store stores data, if you need any help pleeease reply to me I'm open to giving help edit: you will succed in making popular games if you keep on trying, get weapons/tools/scripts from the toolbox and look at how they're structured and made, from that you can learn how to make things, if you need assistance please ask me or chatgpt if you need to find models from the toolbox or tutorials
Thx btw can u make a video how to script
yes! great idea. Finishing up a plugins video first but i'll do a full scripting beginner tutorial very soon
Bro soooooooooooo peak I swear W Video
ty ty! I will keep trying my best to put out the great content and get better
leaderboard code: local DataStoreService = game:GetService("DataStoreService") local dataStore = DataStoreService:GetOrderedDataStore("LBStore") local Players = game:GetService("Players") local function GetPlayerData(player) local success, currentValue = pcall(function() return dataStore:GetAsync(player.UserId) or 0 end) return currentValue end local function UpdatePlayerData(player, value) local success, err = pcall(function() dataStore:SetAsync(player.UserId, value) end) end local function IncrementAllPlayers() for _, player in ipairs(Players:GetPlayers()) do local currentValue = GetPlayerData(player) UpdatePlayerData(player, currentValue+1) end end local function UpdateLeaderboard() local success, errorMsg = pcall(function() local data = dataStore:GetSortedAsync(false, 10) local page = data:GetCurrentPage() for rankinLB, dataStored in pairs(page) do local name = game.Players:GetNameFromUserIdAsync(tonumber(dataStored.key)) local template = script.Parent.Frame:Clone() template.TextLabel.Text = "#"..rankinLB.." "..name.." "..tostring(dataStored.value) template.Parent = script.Parent.TextBox end end) end --player join handling Players.PlayerAdded:Connect(function(player) local currentValue = GetPlayerData(player) if currentValue == 0 then UpdatePlayerData(player, 0) end end) spawn(function() while true do IncrementAllPlayers() UpdateLeaderboard() wait(60) end end)
Now it apperars
THIS IS THE HARDEST CODE EVER BRO I CANT FIND PINNED COMMENTS UP DOWN NOWARE
local DataStoreService = game:GetService("DataStoreService") local dataStore = DataStoreService:GetOrderedDataStore("LBStore") local Players = game:GetService("Players") local function GetPlayerData(player) local success, currentValue = pcall(function() return dataStore:GetAsync(player.UserId) or 0 end) return currentValue end local function UpdatePlayerData(player, value) local success, err = pcall(function() dataStore:SetAsync(player.UserId, value) end) end local function IncrementAllPlayers() for _, player in ipairs(Players:GetPlayers()) do local currentValue = GetPlayerData(player) UpdatePlayerData(player, currentValue+1) end end local function UpdateLeaderboard() local success, errorMsg = pcall(function() local data = dataStore:GetSortedAsync(false, 10) local page = data:GetCurrentPage() for rankinLB, dataStored in pairs(page) do local name = game.Players:GetNameFromUserIdAsync(tonumber(dataStored.key)) local template = script.Parent.Frame:Clone() template.TextLabel.Text = "#"..rankinLB.." "..name.." "..tostring(dataStored.value) template.Parent = script.Parent.TextBox end end) end --player join handling Players.PlayerAdded:Connect(function(player) local currentValue = GetPlayerData(player) if currentValue == 0 then UpdatePlayerData(player, 0) end end) spawn(function() while true do IncrementAllPlayers() UpdateLeaderboard() wait(60) end end)
WHERE
Where
WHERE
Project Delta
I will check it out! 🫡
1:24 CAPYBARAAA
😅
I’m a master now ☺️
you're in the video at 1:24
@ no… that’s my family
W
🫡
this is gonna be hard when i dont know how to script......
Good thing I got some scripting tutorials.. 😂
play catnip kitty town 😎
I will try it out and let you know!😃
nice game man
Thanks! ☺️
My game isn't completely finished yet, but I'd love some feedback! :) The game name is" Project Trollge".If you cant find it by searching, it should be under the group called "Galactic Taco"
I got Very Inspired by Strategy enemies can you review Name THE test (u won't find the game so Username is N0rmal_men1 Also not NOrmal but N0rmal
I will check it out and review it :)
@bluebaeryboi Yay!
Dragon escape is my game. Would appreciate feedback :)
👍I’ll check it out soon and let you know!
What is your roblox username? I can’t find the game with search
@@bluebaeryboi @andawesome2
@@bluebaeryboi andawesome2
why is this guy nt famous
😄
😭😭😭 Cmd D is aubergine
🙂
i got #1 on the leaderboard in bridge to freedom 😎
Nice!! Glad you enjoyed it :)
W VIDEO 🔥
Ty 🤜🤛
cant you just use contentprovider to preload the assets so you can get the real progress
Yes! That would work too. I like to have the minimum time length and a smooth fill of the bar since my game doesn’t take long to load :)
I actually thought c# was the easiest language. Actually this one of roblox is kinda cool
@@Havker_99 I do not find c# that easy 😂
Peak
@@SonicSoulMusic. 🫡
But what if game to much free models?
@@Ssaod-x9w it doesn’t matter very much if your game has free models, if it still looks good. At the end of the day, #1 thing gamers care about is fun gameplay
@bluebaeryboi ok thx some scripters say my game is trash cus it got too much free models
@ haters gonna hate 🤷 eventually you can replace free models when your game gets more popular
@@bluebaeryboi ok
Ooh I get it now 😊🎉❤
@@Leaf_Blade 💪
But how do you get the game on search results? I don't know how to really edit plus most people on yt and TT isn't into sims (like mine).
@@ghastical1 if your game is really fun and also monetized the search results algorithm on Roblox will do its thing and suggest your game to people, you don’t need to make content!! Your first few gamers to get it going can be hard to find, if you post it here I’ll try it out and others might too!
W
😀
Now I’m going to make the best video game 😎
bet
Play TSBG! Let’s 1v1 😎
hmm maybe. i'd lose
@ you never know 😎
@@BlackPawDev 🤔🎮
How tf did you learn to script and how do you understand it and what it does
been coding in python for 6 years now so Roblox wasn't too hard to pick up. I'd say it doesn't take nearly that long to understand stuff well, but if you just try coding best you can for multiple months in a row, you'll start to pick up on stuff and feel more comfortable with it
@@bluebaeryboi ooh I'll notify you once I get the hang of it we can maybe build some projects and profit from it
@@bluebaeryboi TYSM this helps
U are very underrated BlueBaeryBoi!!
Thank you SDubleU!
np
❤
🙂
Shouldnt the code specify the % of loaded files instead of making a timer? Cus everyone Has a different computing power, if someone Has a potato pc they wont load everything before the load screen ends.
the loading screen here is coded to continue waiting if the game isn't done loading (it would pause at 100%..) if you want the loading bar smoother for potato PCs the most optimal solution would be % of loaded files. I can post up code for that if you'd prefer. Thought I'd keep it simple for the first tutorial :)
@bluebaeryboi sure, i would love to see that. You make pretty good tutorials. Just one thing honestly from a viewer's perspective is that please dont speed up the video parts where you are writing a script, it is really confusing when a bunch of gibberish spawns in 3 seconds, slower video gives you more view time AND better understanding.
@@Loonchiper_ESP thanks for the feedback, these are my first vids so still learning how to make em. Won’t speed up the next ones like that 🤝
@@Loonchiper_ESP I believe OR is correct in this position. Since we want to keep looping while progress is under 100 Or if game is not loaded. If there was an AND here, it would continue as soon as either one evaluated to false
@@bluebaeryboi sorry, you are right at the or thing. I forgot IT will break if Both Are false and not only one
Best tutorials
Best comments🥞
Click Royale (user is ghastical and its on my main group)
I’ll play it and let you know what I think!
@@bluebaeryboi Thanks!
The living trees by Stencyled
I will play it and let you know what I think 😺
@ r u gonna record it
@@Stencyled yes :)
@ thanks