#ShutDown Robloxia, my own game, but i need help...

1 messages · Page 1 of 1 (latest)

long ledge
#

ShutDown Robloxia is a game inspired in Dead By Daylight, robloxian until down and forsaken, im creating a GUI for chose the killer/survivor character, but i need help in ONE script, im can't do the script of close the GUI, seomone help me please

trim igloo
#

@long ledge u figured it out?

#
local Players = game:GetService("Players")
local LocalPlayer = Players.LocalPlayer
local PlayerGui = LocalPlayer:WaitForChild("PlayerGui")

local ScreenGui = PlayerGui:WaitForChild("Killer_Choose")

local Frame = ScreenGui:WaitForChild("UI")
local BtnClose = Frame:WaitForChild("BtnClose")

BtnClose.MouseButton1Click:Connect(function()
    Frame.Visible = false
    print("Frame closed!") 
end)
#

make sure u change the names of ur hierarchy

#

and match them

long ledge
#

oooh, ty so much!!!

trim igloo
#

Yw!

#

if u need help with knowing what i did lmk

#

also add the solved tag Thumbs

long ledge
#

okay, now i will sleep, if i need more help i call you:D

trim igloo
#

Alright!

long ledge
#

Hello bro! today i come to try but didn't work:[