Hey, Devs!! I’m back with an “In-game Chat GUI repositioning system”. You can reposition the Chat GUI wherever you want, easily!
Here’s how it looks after repositioning:
Get the model here: Chat GUI reposition system - Roblox
SETUP
-- Place the "LocalScript" in "StarterGui"
-- Place the "Frame" wherever you want the chat UI to be.
-- Then go to the "Properties tab" of the "Frame" & copy the position of the frame.
-- Paste the position of the "Frame" in the "LocalScript" which is in StarterGui.
-- Delete the "{ & }" brackets from the position & you're good to go!!
-- Put the 'Frame' transparency to "1" when the above steps are completed.