filmov
tv
How to make a simple animated melee weapon with sound. FAST!! Roblox Studio
Показать описание
Sorry there is no voice my video editor broke part way through making this video.
Here is the Code:
local db = false
local hit = false
script.Parent.Activated:Connect(function()
if script.Parent.Parent:IsA("Model") and not db then
db = true
script.Parent.Handle.Swing:Play()
script.Parent.Parent:FindFirstChildOfClass("Humanoid"):LoadAnimation(script.Parent.Animation):Play()
wait(0.7)
db = false
hit = false
end
end)
script.Parent.Part.Touched:Connect(function(otherPart: BasePart)
print("yes")
if otherPart.Parent:IsA("Model") and db and not hit then
otherPart.Parent:FindFirstChildOfClass("Humanoid"):TakeDamage(30)
hit = true
script.Parent.Handle.Hit:Play()
elseif otherPart.Parent:IsA("Accessory") and db and not hit then
otherPart.Parent.Parent:FindFirstChildOfClass("Humanoid"):TakeDamage(30)
hit = true
script.Parent.Handle.Hit:Play()
end
end)
Here is the Code:
local db = false
local hit = false
script.Parent.Activated:Connect(function()
if script.Parent.Parent:IsA("Model") and not db then
db = true
script.Parent.Handle.Swing:Play()
script.Parent.Parent:FindFirstChildOfClass("Humanoid"):LoadAnimation(script.Parent.Animation):Play()
wait(0.7)
db = false
hit = false
end
end)
script.Parent.Part.Touched:Connect(function(otherPart: BasePart)
print("yes")
if otherPart.Parent:IsA("Model") and db and not hit then
otherPart.Parent:FindFirstChildOfClass("Humanoid"):TakeDamage(30)
hit = true
script.Parent.Handle.Hit:Play()
elseif otherPart.Parent:IsA("Accessory") and db and not hit then
otherPart.Parent.Parent:FindFirstChildOfClass("Humanoid"):TakeDamage(30)
hit = true
script.Parent.Handle.Hit:Play()
end
end)
3-Ingredient Oreo Cake! tutorial #Shorts
How to Make Simple Syrup | Patrón Tequila
Let’s Make a Simple Miso Soup
how i make a simple 3 egg omelette
How To Make Simple Pencil Welding Machine At Home for soldering | practical invention
How to make a simple paper plane || Paper plane 286
NO GLUE SLIME Recipes That ACTUALLY WORK! 😱🤫 *How to Make Slime WITHOUT Glue and Activator DIY*...
How To Make Stunningly Simple Macarons
Fluffy pancake 🥞 How to make simple and easy pancakes at home 👍🏻soufflé pancake
How To Make Simple Pencil Welding Machine At Home With Blade | practical invention
Make a Cute and Simple Sanrio Bracelet!#shorts
How to make a simple welding machine from spark plugs at home! Extremely easy and useful
How To Make Simple Pencil Welding Machine with battery #viral #shorts #science #experiment #trending
How to Make Simple Syrup | Black Tie Kitchen
How to Make a Simple Bow
How to Make Simple Sautéed Spinach
How to make a simple castle in Terraria | #terraria #terrariabuild #shorts
How to Make Simple Homemade Coleslaw 🥕🥬🧅
How-To Make a Simple Icing Glaze Recipe With 3 Ingredients - by Pip and Ebby
Perfect Pancake/ Fluffy Pancake Recipe #shorts
How To Make Simple But Interesting Beats
How to make a simple working airplane in minecraft #shorts #short
How to Make Simple Syrup | Cocktail Recipes
How to Make a Simple Door Alarm
Комментарии