JAK ZROBIĆ HOVER OUTLINE W ROBLOX STUDIO!
W tym poradniku pokażę wam jak zrobić Hover Outline, czyli jak najedzie się myszką na przedmiot to robi się taki obrys
Linki:
[⭐] Grupa IT Studio!: https://www.roblox.com/groups/14121730/IT-Studio
[🌮] Grupa Tacosy Tomka: https://www.roblox.com/groups/16960410/Ta
[✨] Grupa Igor i Tomek Gang: https://www.roblox.com/groups/6901382/igo
[❤] Profil Tomka: https://www.roblox.com/users/3123498088/profile
[💛] Profil Igora: https://www.roblox.com/users/1730560958/profile
[🌈] Subskrybuj: https://www.youtube.com/@igoritomek8051
[🎵] Muzyka: https://www.youtube.com/watch?v=APKomDnamqE
------------------------------------------------------------------------------------------------------------
Informacje:
Montarz - Shotcut
Miniaturka - Photopea
Muzyka - CHILL LOFI HIP HOP BEAT
[📝] Script:
local highlight = script.Parent:WaitForChild("Highlight")
local part = script.Parent
local clickDectector = Instance.new("ClickDetector")
clickDectector.MaxActivationDistance = 10
clickDectector.Parent = part
clickDectector.MouseHoverEnter:Connect(function()
highlight.Enabled = true
end)
clickDectector.MouseHoverLeave:Connect(function()
highlight.Enabled = false
end)
------------------------------------------------------------------------------------------------------------
Tagi: (Ignoruj)
#roblox , #robloxstudio , #roadto1500sub , #poradnik , #tutorial
💚Dziękuje za Oglądanie⭐
0:00 - 0:12 Showcase
0:13 - 2:01 Poradnik
2:02 - 2:32 Testowanie
Other Videos By IgoriTomek
Other Statistics
Roblox Statistics For IgoriTomek
Currently, IgoriTomek has 53,731 views for Roblox across 95 videos. The game makes up 5 hours of published video on his channel, or 29.51% of the total watchable video for Roblox on IgoriTomek's YouTube channel.