wait() screen = script.Parent screen.test.name.Value = "" screen.test.hat.Value = "" screen.test.Class.Value = "" screen.test.Price.Value = ""
Try this:
wait() screen = script.Parent test = screen:WaitForChild("test") test.name.Value = "" test.hat.Value = "" test.Class.Value = "" test.Price.Value = ""