In todays video I show you how to make a R TO RESET, this is a great thing to add if you want your players to click a specific keyboard to reset. So, if you want to add this type of system to your game, make sure to watch until the end of the video to find out how!
I really enjoy making these videos for you all so I hope you enjoy them just as much as I do!
Have a lovely rest of your day!
OFFICIAL FLOPPY SHOULDER PAL: https://www.roblox.com/catalog/186276...
NEW FLOPPY MERCH STORE: https://itzfloppyfish.myshopify.com/
NEW FLOPPY GAME: https://www.roblox.com/games/16991710...
Script 1:
local function onKeyPress(input, gameProcessed)
if gameProcessed then return end
if input.KeyCode == Enum.KeyCode.R then -- Change R to whatever key you want to press to reset the player.
local Player = game.Players.LocalPlayer
local Character = Player.Character
local Humanoid = Character:FindFirstChild("Humanoid")
if Humanoid then
Humanoid.Health = 0
end
end
end
game:GetService("UserInputService").InputBegan:Connect(onKeyPress)
------------------------------------------
If you are a bit confused what to do, Feel free to create a ticket in my discord server and we can help you out!
Floppys Games:
Obby but your a fish: https://www.roblox.com/games/14917960...
Fish Magnet Simulator: https://www.roblox.com/games/13963457...
The never ending road: https://www.roblox.com/games/11301003...
Floppys Hangout: https://www.roblox.com/games/73197484...
If you would like to support me even more, Super Thanks and becoming a Member is also another way to show your appreciation!
🌟 Floppys Discord Server: / discord
Roblox Studio Tutorial
Roblox Studio
Studio Tutorials
Watch video HOW TO MAKE A R TO RESET | Roblox Studio online without registration, duration hours minute second in high quality. This video was added by user Itz_FloppyFish 10 August 2024, don't forget to share it with your friends and acquaintances, it has been viewed on our site 3,906 once and liked it 130 people.