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