change resetonspawn

This commit is contained in:
Reid 2023-08-16 00:45:03 -07:00
parent bbf70cf869
commit bcee02cc0b

View file

@ -13,7 +13,7 @@ export default function main(props: MainProps): Roact.Element {
withHookDetection(Roact) withHookDetection(Roact)
return ( return (
<screengui ResetOnSpawn={true} IgnoreGuiInset {...spreadableProps}> <screengui ResetOnSpawn={false} IgnoreGuiInset {...spreadableProps}>
<Hotbar <Hotbar
Position={new UDim2(0.5, 0, 1, 0)} Position={new UDim2(0.5, 0, 1, 0)}
AnchorPoint={new Vector2(0.5, 1)} AnchorPoint={new Vector2(0.5, 1)}