Тёмный

How To Make A Part Transparent When You Touch It In Roblox Studio 

MoreKeyHitt
Подписаться 446
Просмотров 173
50% 1

Script -
local part = script.Parent
local debounce = false
local function onTouch(other)
local character = other.Parent
if character and character:FindFirstChild("Humanoid") and not debounce then
debounce = true
for transparency = 0, 1, 0.1 do
part.Transparency = transparency
wait(0.1)
end
part.CanCollide = false
end
end
part.Touched:Connect(onTouch)
#roblox #robloxstudio

Опубликовано:

 

16 окт 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 1   
@MaysanArbith
@MaysanArbith Месяц назад
Cool
Далее
I Made a Roblox BATTLEGROUNDS Game in 1 WEEK
9:51
Просмотров 71 тыс.
12 Minutes of USELESS INFORMATION about ROBLOX
12:02
Просмотров 621 тыс.
I Made a Graphics Engine in Scratch
8:27
Просмотров 168 тыс.
Scripter vs 3D Modeler Game Swap
9:43
Просмотров 363 тыс.
How to Make a Transition Gui in Roblox Studio
3:07
Просмотров 3,7 тыс.
I Paid Fiverr Game Developers to Make the Same Game
10:25
Why Are Open Source Alternatives So Bad?
13:06
Просмотров 652 тыс.
How to Make a Doors Game - #1 Generating Rooms
15:19
Просмотров 510 тыс.
How players pushed a Merging game to its limit
17:22
Просмотров 1,7 млн