rrixh

drag & resize roblox xhat

Jul 12th, 2023
1,339
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.60 KB | None | 0 0
  1. while not game:IsLoaded() or not game:GetService("CoreGui") or not game:GetService("Players").LocalPlayer or not game:GetService("Players").LocalPlayer.PlayerGui do wait() end
  2.  
  3. local chatSettings = require(game:GetService("Chat").ClientChatModules.ChatSettings)
  4. local chatFrame = game:GetService("Players").LocalPlayer.PlayerGui.Chat.Frame
  5.  
  6. chatSettings.WindowResizable = true
  7. chatSettings.WindowDraggable = true
  8.  
  9. chatFrame.ChatChannelParentFrame.Visible=true
  10. chatFrame.ChatBarParentFrame.Position = chatFrame.ChatChannelParentFrame.Position+UDim2.new(UDim.new(),chatFrame.ChatChannelParentFrame.Size.Y)
Add Comment
Please, Sign In to add comment