المدة الزمنية 1:53

How To make a Fading Part in Roblox Studio *EASY WORKING 2021*

بواسطة Markuss Playz
400 مشاهدة
0
13
تم نشره في 2021/04/08

this is where i help you to make a fading part. And i had to rewrite the script so 1 like = 1 RIP. ------------------------------- script: local FadingBlock = script.Parent local debounce = true FadingBlock.Touched:Connect(function(hit) local humanoid = hit.Parent:FindFirstChildWhichIsA('Humanoid') if humanoid and debounce == true then debounce = false FadingBlock.Transparency = 0.5 wait (1) FadingBlock.Transparency = 1 FadingBlock.CanCollide = false wait(3) FadingBlock.Transparency = 0 FadingBlock.CanCollide = true debounce = true end end) ----------------------- Music: /watch/sdnuoSthgirypoCoN=lennahc_ba&Y907I5Zf7XRfu ------------------------------ #roblox #howto #gaming ----------------------------

الفئة

عرض المزيد

تعليقات - 4