change resetonspawn
This commit is contained in:
parent
bbf70cf869
commit
bcee02cc0b
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ export default function main(props: MainProps): Roact.Element {
|
|||
withHookDetection(Roact)
|
||||
|
||||
return (
|
||||
<screengui ResetOnSpawn={true} IgnoreGuiInset {...spreadableProps}>
|
||||
<screengui ResetOnSpawn={false} IgnoreGuiInset {...spreadableProps}>
|
||||
<Hotbar
|
||||
Position={new UDim2(0.5, 0, 1, 0)}
|
||||
AnchorPoint={new Vector2(0.5, 1)}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue