Русские видео

Сейчас в тренде

Иностранные видео


Скачать с ютуб HOW TO MAKE GROUP CHAT TAGS 🛠️ Roblox Studio Tutorial в хорошем качестве

HOW TO MAKE GROUP CHAT TAGS 🛠️ Roblox Studio Tutorial 1 год назад


Если кнопки скачивания не загрузились НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием, пожалуйста напишите в поддержку по адресу внизу страницы.
Спасибо за использование сервиса savevideohd.ru



HOW TO MAKE GROUP CHAT TAGS 🛠️ Roblox Studio Tutorial

In todays video I show you how to make a player receive a badge when a part is touched! Hope you enjoyed the video, Have a lovely rest of your day! If you are a bit confused what to do, Feel free to message me on Discord and Ill help you out! Script: local groupid = 1234567 -- Change this ID to your Roblox Group ID game.Players.PlayerAdded:Connect(function(player) if player:IsInGroup(groupid) then local tags = { { TagText = (player:GetRoleInGroup(groupid)), TagColor = Color3.fromRGB(85, 170, 255) -- You can change this to change the Color of the Role Text } } 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(255, 255, 255)) -- You can change this to change the Color of the Chat Text end end) If it may not be working for you heres mabye why, Due to the New Roblox chat update it has caused some errors in the code, For a simple easy fix (Changing back to the old Roblox Chat System) , Go to your explorer and find "TextChatService" Click it then all of its properties will show, Then make sure that "ChatVersion" is on LegacyChatService, Then if the code is all correct it should then all work. If it still doesnt work, Feel free to message me on Discord and I can help you out! 🌟 Floppys Discord Server:   / discord   🌟 Floppys Roblox Game : https://www.roblox.com/games/11301003... Roblox Studio Tutorial

Comments