I've tried countless times on making the GUI go to a different position. I've checked Roblox tutorials and seen that my script is correct. Please help out... it's been 3 hours.
SCRIPT
script.Parent.Position = UDim2.new(0, 200, 0, 100)
Pictures:
https://gyazo.com/2a780a318b21573c7438e601484f454e
And yes I've checked the output. Didn't say anything about it...
Tried making a game place for it.. didn't work...
(P.S I just started out with learning guis..)
To start off, you shouldn't be using a Script, use a LocalScript instead. ~Thanks Kiriot22
Everything else seems fine. Just make sure that when you are using GUIs, you aren't using a Script.
If you have any questions or issues please contact me (or Kiriot22 - he seems to know what he's doing). ;)