Thursday, 11 September, 2025г.
russian english deutsch french spanish portuguese czech greek georgian chinese japanese korean indonesian turkish thai uzbek

пример: покупка автомобиля в Запорожье

 

ROBLOX Studio Scripting - Hovering over Part Show GUI - JuicyAdde

ROBLOX Studio Scripting - Hovering over Part Show GUI - JuicyAddeУ вашего броузера проблема в совместимости с HTML5
Please watch: "Dig System - How to make Mining Simulator Game - Part 1 " https://www.youtube.com/watch?v=Hq8PU38kLD0 --~-- No, this is not 400 subs special ? Hello! ? Thanks for watching my video. If you like my content, make sure to subscribe and turn on the notifications and like :D -------Info------- Video type: ROBLOX Studio Scripting and UI Making Script: --Made by JuicyAdde. local Player = game.Players.LocalPlayer local Mouse = Player:GetMouse() local Show = workspace:WaitForChild("GuiShow") local GUI = script.Parent:WaitForChild("BloxyCola") local Text = GUI:WaitForChild("TextLabel") game:GetService("RunService").RenderStepped:Connect(function() local X = Mouse.X local Y = Mouse.Y if Mouse.Target then if Mouse.Target.Name == 'GuiShow' then Text.Position = UDim2.new(0,X,0,Y) Text.Visible = true else Text.Visible = false end end end) Discord server: Coming soon. -------------------- And again, thx for watching! ?
Мой аккаунт