-- Draggable local drag = false local dragStart, startPos
-- Toggle GUI with P key mouse.KeyDown:Connect(function(key) if key == string.char(openKey.Value) then frame.Visible = not frame.Visible if frame.Visible then -- Refresh text from attribute textBox.Text = player:GetAttribute("PaperText") or "" end end end) Roblox FE GUI Script
-- Optional RemoteEvent for real-time saving local remote = Instance.new("RemoteEvent") remote.Name = "SavePaperEvent" remote.Parent = game.ReplicatedStorage -- Draggable local drag = false local dragStart,