Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --[[
- || 📜 AUTHOR: @4zx16 || PREMIUM/VIP+-CHAT-TAG || ONLY CHANGE ID AND TAG TEXT
- ]]
- local MPS = game:GetService("MarketplaceService")
- local id = 0
- game.Players.PlayerAdded:Connect(function(player)
- if MPS:UserOwnsGamePassAsync(player.UserId, id) then
- local tags = {
- {
- TagText = "PREMIUM",
- TagColor = Color3.fromRGB(115, 0, 11)
- }
- }
- local ChatService = require(game:GetService("ServerScriptService"):WaitForChild("ChatServiceRunner").ChatService)
- local speaker = nil
- while speaker == nil do
- speaker = ChatService:GetSpeaker(player.Name)
- if speaker ~= nil then break end
- wait(0.01)
- end
- speaker:SetExtraData("Tags",tags)
- speaker:SetExtraData("ChatColor",Color3.fromRGB(115, 0, 11))
- end
- end)
Advertisement
Add Comment
Please, Sign In to add comment