Duration 1:53

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

410 watched
0
13
Published 8 Apr 2021

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 ----------------------------

Category

Show more

Comments - 4