Город МОСКОВСКИЙ
00:10:20

How to make a jumpscare with a sound in ROBLOX STUDIO

Аватар
Игры и Лор
Просмотры:
42
Дата загрузки:
29.10.2023 18:15
Длительность:
00:10:20
Категория:
Лайфстайл

Описание

In this video i teached you how to make a monster appears and a sound plays when a part touched (Jumpscare) . Hope you enjoyed and learned anything and this was the hardest video to edit on cus i was saying and doing too much wrong things while recording.
Script:
script.Parent.Touched:Connect(function()
workspace.Monster.Head.Sound:Destroy()
workspace.Monster.Head.Face.Transparency = 0
workspace.Monster.Head.Transparency = 0
workspace.Monster.RightArm.Transparency = 0
workspace.Monster.RightLeg.Transparency = 0
workspace.Monster.LeftArm.Transparency = 0
workspace.Monster.LeftLeg.Transparency = 0
workspace.Monster.Torso.Transparency = 0
wait(2)
workspace.Monster.Head.Face:Destroy()
workspace.Monster.Head.Transparency = 1
workspace.Monster.RightArm.Transparency = 1
workspace.Monster.RightLeg.Transparency = 1
workspace.Monster.LeftArm.Transparency = 1
workspace.Monster.LeftLeg.Transparency = 1
workspace.Monster.Torso.Transparency = 1
end)

My gaming channel: https://www.youtube.com/channel/UCC8-eQBqnC5eZjt1Npr6hbg

Рекомендуемые видео