- Видео 158
- Просмотров 245 636
duckhive
США
Добавлен 10 июл 2021
Game development videos on Roblox and Unity - mainly tutorials!
I also post some random stuff on animation (primarily in ToonSquid), as well as some content on video game music using MIDI files, 3D printing, and whatever else I feel like posting!
I also post some random stuff on animation (primarily in ToonSquid), as well as some content on video game music using MIDI files, 3D printing, and whatever else I feel like posting!
Modest Mouse's "Little Motel" if it was on Game Boy
This is a combination of my favorite band (Modest Mouse) and 8-bit sounds. "Little Motel" is one of my favorite songs by them, even though it always manages to make me feel depressed.
Personally, I love the way this sounds as I grew up on Modest Mouse and retro gaming consoles. Maybe it sounds like trash to others - I don't know and I don't really care. I just needed a break from making game development videos and wanted to share something I work on as a hobby in the meantime.
If you don't know who Modest Mouse is, I definitely recommend you check them out as I think they're the greatest band of all time for so many reasons. If nothing else, they're extremely underrated, but that's okay.
I ...
Personally, I love the way this sounds as I grew up on Modest Mouse and retro gaming consoles. Maybe it sounds like trash to others - I don't know and I don't really care. I just needed a break from making game development videos and wanted to share something I work on as a hobby in the meantime.
If you don't know who Modest Mouse is, I definitely recommend you check them out as I think they're the greatest band of all time for so many reasons. If nothing else, they're extremely underrated, but that's okay.
I ...
Просмотров: 57
Видео
Make Falls Deadly in Roblox - Fall Damage Tutorial!
Просмотров 3622 месяца назад
In this tutorial, I'll show you how to add realistic fall damage to your Roblox game! Learn how to make falls truly dangerous by dynamically calculating damage based on how far players fall. With this fall damage script, you'll make your game more challenging and immersive, adding real consequences to risky jumps and falls. We'll cover everything from setting up the script to calculating fall h...
What Donkey Kong Country Would Sound Like if Modest Mouse Did It
Просмотров 4202 месяца назад
This is a combination of my favorite band (Modest Mouse) with my favorite game soundtrack (Donkey Kong Country)! I used Modest Mouse MIDI files with a Donkey Kong Country soundfont. I know it's random, but it's just something I did a while ago and wanted to share. Sorry if the AI art is a turn off (it is for me too) but I figured it was better than a static image for 40 minutes. The music is NO...
Lip Sync Like a Pro in ToonSquid!
Просмотров 1,1 тыс.2 месяца назад
Welcome to this comprehensive Toonsquid lip-syncing tutorial! 🎨 Whether you’re new to animation or looking to enhance your character's expressiveness, this guide will help you master lip-syncing using Toonsquid. In this video, I'll walk you through each step-from setting up your character for lip syncing to animating realistic mouth movements, all using Toonsquid's powerful tools. In this video...
ToonSquid BASICS in Under 10 MINUTES!
Просмотров 4562 месяца назад
Welcome to this ToonSquid basics tutorial! In this fast and easy video, I'll guide you through the basics of ToonSquid-a fantastic 2D animation app designed specifically for iPad (sorry Android 😔). In just a matter of minutes, you'll be up and running, creating captivating animations with ease. ToonSquid is the perfect tool for unleashing your creativity on the iPad. With its intuitive interfac...
Create an Epic Tornado in Roblox Studio!
Просмотров 1,1 тыс.2 месяца назад
In this tutorial, you'll learn how to create an awesome tornado effect in Roblox Studio that rotates, moves randomly, and interacts with players in exciting ways! We'll cover everything from scripting the tornado’s movements to pulling players in, launching them sky-high, and adding immersive sound effects that change based on proximity. Whether you're just starting out in Roblox development or...
Make Your Game Sing - Roblox Playlist Tutorial!
Просмотров 1502 месяца назад
In this exciting Roblox Studio tutorial, you'll learn how to add a fully interactive music playlist to your game! 🎶 Imagine giving your players the power to play, pause, skip, and control the vibe of your game - that’s exactly what we’re building today! Whether you're just getting started or looking to enhance your Roblox game, this tutorial will guide you step-by-step in creating a functional ...
How to Make Players Invisible in Roblox Studio!
Просмотров 1,1 тыс.2 месяца назад
In this Roblox Studio tutorial, you'll learn how to make players temporarily invisible when they step on a pad! Whether you're adding a stealth mechanic or a cool power-up to your game, this step-by-step guide will walk you through everything you need to know to make it happen. We’ll cover: -Setting up a touch event for the invisibility pad. -Writing a simple Lua script to make the player invis...
Create a Flashlight Tool in Roblox with Ease!
Просмотров 3293 месяца назад
In this Roblox Studio tutorial, you'll learn how to create a fully functional flashlight tool that players can toggle on and off using the "F" key! We go step-by-step through the process of setting up the flashlight, adding a spotlight, and scripting it so that it works seamlessly across both client and server using RemoteEvents. This is a perfect guide for Roblox developers of all skill levels...
AI That IDLES in Roblox!
Просмотров 1263 месяца назад
In this tutorial, I'll walk you through creating an Idle Module for your AI in Roblox Studio. You’ll learn how to make your AI stay in place, play an idle animation, and even look around occasionally for a more dynamic idle state. Perfect for game developers looking to add simple, yet effective idle behavior to their AI in Roblox games! This easy-to-follow tutorial covers: -Setting up the Idle ...
AI That Patrols in Roblox! No Pathfinding!
Просмотров 3743 месяца назад
In this tutorial, you’ll learn how to create an AI that patrols between waypoints in Roblox Studio without using the Pathfinding service! We’ll walk through the entire process step by step, building a custom Patrol Module that allows your AI to move smoothly between parts placed in the game world. By the end of the video, you’ll have a fully functional AI that can loop through waypoints in a pa...
AI That WANDERS Aimlessly in Roblox! No Pathfinding!
Просмотров 4893 месяца назад
In this tutorial, you’ll learn how to create an AI that wanders aimlessly in Roblox Studio without using the Pathfinding service! We’ll dive into scripting a Wander Module, which allows the AI to move randomly within a set radius while smoothly rotating toward its destination. This behavior is perfect for NPCs that roam your game world, adding realism and unpredictability to your AI system. Wha...
From Script to Module: Smarter AI in Roblox!
Просмотров 3663 месяца назад
In this video, we'll show you how to convert your existing Roblox AI scripts into efficient module scripts. We take the "seek" and "flee" behaviors from traditional scripts and modularize them for better code structure and reusability. By the end of this tutorial, you'll have a clean, modular system for managing complex AI behaviors in your Roblox games. Whether you're looking to optimize your ...
Easy Conveyor Belt Physics in Roblox!
Просмотров 1013 месяца назад
Learn how to easily create a conveyor belt in Roblox Studio using AssemblyLinearVelocity! In this quick and simple tutorial, you'll discover how to make a functional conveyor belt that moves objects and players without the need for complex scripting. Whether you're working on a game that needs a moving platform or conveyor, this guide will show you step-by-step how to set it up in minutes! We’l...
AI That Runs From You in Roblox! No Pathfinding!
Просмотров 1,1 тыс.3 месяца назад
AI That Runs From You in Roblox! No Pathfinding!
AI That Follows You in Roblox! No Pathfinding!
Просмотров 4843 месяца назад
AI That Follows You in Roblox! No Pathfinding!
Smooth Character Rotation in 2 Minutes! Unity Soccer!
Просмотров 1553 месяца назад
Smooth Character Rotation in 2 Minutes! Unity Soccer!
Add Double Jump to Your Roblox Game!
Просмотров 3063 месяца назад
Add Double Jump to Your Roblox Game!
Roblox Studio Minimap Tutorial - Track Player Movement!
Просмотров 1923 месяца назад
Roblox Studio Minimap Tutorial - Track Player Movement!
Beat the Clock: Adding Timers to Your Obby!
Просмотров 903 месяца назад
Beat the Clock: Adding Timers to Your Obby!
Speed Up! Add Dashing to Your Roblox Game!
Просмотров 1143 месяца назад
Speed Up! Add Dashing to Your Roblox Game!
Upgrade Your Soccer Game: Character Switching Tips!
Просмотров 2233 месяца назад
Upgrade Your Soccer Game: Character Switching Tips!
Fun Movement Tricks: Jump Pads & Speed Boosts in Roblox!
Просмотров 893 месяца назад
Fun Movement Tricks: Jump Pads & Speed Boosts in Roblox!
From Blocks to Code: Roblox Scripting Basics!
Просмотров 723 месяца назад
From Blocks to Code: Roblox Scripting Basics!
Unlock Epic Car Spawning in Roblox Studio!
Просмотров 883 месяца назад
Unlock Epic Car Spawning in Roblox Studio!
Why Your Roblox Code is Broken: Fix it with SRP!
Просмотров 413 месяца назад
Why Your Roblox Code is Broken: Fix it with SRP!
Unlock the Power of ModuleScripts in Roblox Studio
Просмотров 783 месяца назад
Unlock the Power of ModuleScripts in Roblox Studio
Bring Your Pets to Life in Roblox Studio || Part 2
Просмотров 643 месяца назад
Bring Your Pets to Life in Roblox Studio || Part 2
Video Idea: Make a tutorial about how to make the tornado fly Parts or Houses, keep the good work!
The script to an time and goals didnt show I need it enable it or no?
Can you please send me the entire script 🙏
the timer on my game goes up by 1 instead of down how to fix?
this is not working and im not paying 16 dollars to buy it
Hey duck I used your Soccergame video and for me the countdown stops on pre game with 1 second left how do I fix it
thanks man ...found your video ....really what i was looking for all this time ;D
hi?
ty for the vid but i want the timer restarting and telporting all the player to the spawn location.
great vid! but i want when the timer runs out everyone will return to spawn and the timer restarting.
i have problem StartGame:29: invalid argument #3 to 'format' (number expected, got string) and none of the things in the pinned comment are free
can you please make a simple fps viewmodel where you have a viewmodel holding a gun when you come back plz, thank u
4:15
I have a problem, roblox says invalid option "%D" to format
958th sub
Not sure why but when I climb down ladders I will recive fall damage. I guess since im moving down at any point i will loose health. I'm just wondering how I can make it so that someone would only loose health for falling
And to make it bigger, just increase the size that I want to make sure to add the bottom parkour of the tornado
Maybe who build a mini city and make it that you cut more into all the tornadoes and change your skin color and then that you could destroy buildings with clicking on it
Could you make a copy and paste for the script?
Copied the exact script and checked it like a million times but it didn’t work😢
Good day chief So I've been trying to port this to the godot engine Is there a way I can contact you and ask questions? I'm not familiar with c# and unity I've done my best, I just don't understand something So if there is anyway I'll appreciate
You are very good at supporting
your webcam thing is so terrifying when I saw it I literally jumped back because i wasn't expecting it
Can you take a photo and cut it up into parts inside Toonsquid then assigning each part its own animation layer then rig it?
This is wat im tryna do too
here's a script: local pad = script.Parent ----- 1st column local invisibilityDuration = 5 local function makePlayerInvisible(character) for _, part in ipairs(character:GetChildren()) do if (part:IsA("BasePart") or part:IsA("MeshPart")) and part.Name ~= "HumanoidRootPart" then part.Transparency = 1 if part:FindFirstChild("face") then part.face.Transparency = 1 end elseif part:IsA("Accessory") then if part:FindFirstChild("Handle") then part.Handle.Transparency = 1 end end end end local function makePlayerVisible(character) -------- 2nd column for _, part in ipairs(character:GetChildren()) do if (part:IsA("BasePart") or part:IsA("MeshPart")) and part.Name ~= "HumanoidRootPart" then part.Transparency = 0 if part:FindFirstChild("face") then part.face.Transparency = 0 end elseif part:IsA("Accessory") then if part:FindFirstChild("Handle") then part.Handle.Transparency = 0 end end end end local function onTouch(otherPart) ------ 3nd column local character = otherPart.Parent local player = game.Players:GetPlayerFromCharacter(character) if player then makePlayerInvisible(character) task.delay(invisibilityDuration, function() makePlayerVisible(character) end) end end pad.Touched:Connect(onTouch) ------------------------------------------- if you want to make you become invisible on forever then delete 2nd column in the script.
Thank you
@chrisjunior1508 No problem!
What is a 1th?
@@Gkidz-123 oops, I mean 1st
Script?
the now it not work
:D
How can i change the rate of money you earn with making a goal?
Made in heaven reference
can anyone type the code here i rly need it
Please rigging video and tweeting walk cycle thanks
W
My pivots arent staying where i want them to help!!
Not sure if you found what worked for you, but when I had this issue it was disabling the "Edit pixel" action at the top that worked for me
How do u get serverscriptservice in the explorer
How do i make it so parts fly too
can you help me make a homing attack in my game i need bc its a sonic game
hey! I like your tutorial and I considering subscribing to your patreon, but I saw your content for this tutorial stopped in August. I wanted to you if you will get back to this series or is it abandoned now?
Time save: 4:01
dont say because messi won the world cup but ty it was helpfull but ronaldo is better
I can't use the link can you like make a video or smt on how to use it?
PLEASE GIVE ME IT
great video! questio tho. how do you make the tornado move faster or slower?
how do i implement this for mobile users?
it should already be working for mobile
@@yeetingyeetship i tried on my phone but my avatar only jumps once
@@sansman9510 yeah just use a different tutorial this one honestly sucks
For some reason, once it's in sudden death, it won't go into post game even when i change the team score values. any suggestions?
Very nice tornado script, I didn’t write it right and it spammed my output but it worked nonetheless. Truly underrated ❤
And don’t forget that you can make a big by making teenage creasing the size
I love how this song is “Day ‘N’ Nite”
how do I make all the players invisible for everyone except their own character? (others players won't see it)
You would have to do make that local: local Player = game.Players.LocalPlayer for _, USER in pairs(game.Players:GetPlayers()) do if USER ~= Player and USER.Character then for _, inSideChar in pairs(USER.Character:GetChildren()) do if inSideChar:IsA("BasePart") or inSideChar:IsA("MeshPart") then inSideChar.Transparency = 1 local face = inSideChar:FindFirstChild("face") if face then face.Transparency = 1 end elseif inSideChar:IsA("Accessory") then local handle = inSideChar:FindFirstChild("Handle") if handle then handle.Transparency = 1 end end end end end
can you make a model giveway for it please im to lazy
How to I get it to do damage to buildings and trees