#i need helping directing the script to UI elements.

9 messages · Page 1 of 1 (latest)

copper pendant
#

look at my pics

#

this is the part where my status hud is trying to find the ui elements but i've changed it to a new location

#

its in a new frame called "statscontainer"

#

i know its supposed to be in local container = script.parent but how do i write it ?

lethal mulch
#

local Container = script.Parent:WaitForChild("statscontainer")

#

@copper pendant

#

just switch this for ur current local Container

#

and everything should work