How to Create R To Die? Roblox Studio Tutorial

Published: 08 September 2024
on channel: fil1pex
27
1

script:
---------------------------------
local player = game.Players.LocalPlayer
local UIS = game:GetService("UserInputService")

UIS.InputBegan:Connect(function(input)
if input.KeyCode == Enum.KeyCode.R then
if player.Character and player.Character:FindFirstChild("Humanoid") then
player.Character.Humanoid.Health = 0
end
end
end)
------------------------------


Watch video How to Create R To Die? Roblox Studio Tutorial online without registration, duration hours minute second in high quality. This video was added by user fil1pex 08 September 2024, don't forget to share it with your friends and acquaintances, it has been viewed on our site 27 once and liked it 1 people.