game:GetService("CoreGui").PurchasePrompt.Enabled = false game:GetService("Players").LocalPlayer.PlayerGui.MainGui.RoleSelect.ScrollingFrame.Police.RoleName.Text = "Equip" game:GetService("Players").LocalPlayer.PlayerGui.MainGui.RoleSelect.ScrollingFrame.Police.RoleName.MouseButton1Click:Connect(function() game.ReplicatedStorage.RoleManagerEvent:FireServer("ClaimRole", "Police") end) game:GetService("StarterGui"):SetCore("SendNotification", { Title = "Loaded", Text = "The script has loaded! Open 'Roleplay' at the right of your sceen to see the changes." })