#Scripting Help

326 messages · Page 1 of 1 (latest)

quartz nova
#

Need a module that can show chat tags

#

from group

#

but in diff colours

#

I did it and it showed all the chat titles in one colour

hushed pawnBOT
#

studio** You are now Level 4! **studio

quartz nova
#

u can do a script and inside a script create a module called Configuration

#

how

#

and in this module you can create colors of tag etc

#

cause im stupid and suck at scripting (completely)

quartz nova
#

but idk the script

#

for it

#

wait

#

create this in ServerScriptService

#

on it

#

module

#

ignore {}

#

after dot write everything

#

for example

#

like this

#

now

#

lets call our module in script

#

ok

#

also

#

is there a way

#

to make it

#

"gradient"

#

or it can only be one colour

#

oh

#

idk about gradient

#

leave that then

#

wait lemme load studio

#

ok

#

now i put that

#

in tagConfig

#

@quartz nova YO

#

mb caps

#

i did it

#

what the

#

why am i named player1 and my avatar

#

i think u pressed Run

#

what do i do after?

#

in script(not module)

#

u forgot to change ur module to TagConfig

#

in local and return

#

oh

#

wait

#

this

quartz nova
#

now

#

do this

#

local plr = game.Players.PlayerAdded:Wait()
local SSS = game.GetService("ServerScriptService")

#

wait\

#

this

#

i put

#

when u joining the game studio creating a module in server script service called chat service runner and chat service

quartz nova
#

remove dor

#

dot

#

local TagConfig = require...

#

chat monduel?

#

oh

#

now

#

there

#

ok

#

oh

#

mb

#

remove plr on second stroke

#

mb

#

Alr

#

done

#

create local Players -- 4 stroke

#

where is "ALPHAswordHd" put ur nick

#

or

#

then what

quartz nova
#

u forgot create local Players on 4 stroke

#

local Players = game:GetService("Players")

#

confused

#

can u copy paste

#
local SSS = game:GetService("ServerScriptService")
local chatService = require(SSS:WaitForChild('ChatServiceRunner'):WaitForChild('ChatService'))
local Players = game:GetService("Players")

chatService.SpeakerAdded:Connect(function(plr)
    
    local Speaker = chatService:GetSpeaker(plr)
    
    if Players[plr].Name == "ALPHAswordHd" then
    end
end)```
#

ok

#
local SSS = game:GetService("ServerScriptService")
local chatService = require(SSS:WaitForChild('ChatServiceRunner'):WaitForChild('ChatService'))
local Players = game:GetService("Players")

chatService.SpeakerAdded:Connect(function(plr)
    
    local Speaker = chatService:GetSpeaker(plr)
    
    if Players[plr].Name == "ALPHAswordHd" then
        Speaker:SetExtraData('ChatColor', Color3.fromRGB(0, 255, 255))
    end
end)
#

okay

#

Color3.fromRGB(any color)

#

ye

#

ok

#

ill keep it same colour for now

#

next what

#

nononono

#

mb rlly

#

not 'TagColor'

#

'ChatColor'

#

where?

#

where is {}

#

confused what

#

press Space inside {}

#

wait

#

can u copy paste it im dumb

#

k

#
local SSS = game:GetService("ServerScriptService")
local chatService = require(SSS:WaitForChild('ChatServiceRunner'):WaitForChild('ChatService'))
local Players = game:GetService("Players")

chatService.SpeakerAdded:Connect(function(plr)
    
    local Speaker = chatService:GetSpeaker(plr)
    
    if Players[plr].Name == "ALPHAswordHd" then
        Speaker:SetExtraData('TagColor', Color3.fromRGB(0, 255, 255))
        Speaker:SetExtraData("Tags",{
            
        })
    end
end)```
#

ok

#

there

#

bro

#

wait

#

i will try to make gradient rn

#

ok

hushed pawnBOT
#

studio** You are now Level 5! **studio

quartz nova
#

and

#

wait

#

ok

hushed pawnBOT
#

studio** You are now Level 5! **studio

quartz nova
#

script doesnt worked so i said wait

#

now i fixed

#

result

#

and script

#

but gradient doesnt worked

#

sad

#
local SSS = game:GetService("ServerScriptService")
local chatService = require(SSS:WaitForChild('ChatServiceRunner'):WaitForChild('ChatService'))
local Players = game:GetService("Players")

chatService.SpeakerAdded:Connect(function(plr)
    
    local Speaker = chatService:GetSpeaker(plr)
    
    if Players[plr].Name == "ALPHAswordHd" then
        Speaker:SetExtraData('ChatColor', Color3.fromRGB(115, 255, 0))
        Speaker:SetExtraData("Tags",
            {{
            TagText = "Owner",
                TagColor = Color3.fromRGB(8, 0, 255)
            }}
        )
    end
end)```
#

o

#

where Color3.fromRGB u can change to any color

quartz nova
#

this is entire script

#

alright

#

oh no wait

#

i forgot about our module

#

ye

#

it doesnt work

#

what do i do

#

bout module

#

module or script doesnt work ?

#
local SSS = game:GetService("ServerScriptService")
local chatService = require(SSS:WaitForChild('ChatServiceRunner'):WaitForChild('ChatService'))
local Players = game:GetService("Players")

chatService.SpeakerAdded:Connect(function(plr)
    
    local Speaker = chatService:GetSpeaker(plr)
    
    if Players[plr].Name == "ALPHAswordHd" then
        Speaker:SetExtraData('ChatColor', Color3.fromRGB(115, 255, 0))
        Speaker:SetExtraData("Tags",
            {{
            TagText = "Owner",
                TagColor = TagConfig.OwnerTagColor
            }}
        )
    end
end)```
#

with module

#

idk

#

but if with module u need to change color in module

#

that?

#

yes

#

u can delete module

#

a bro

#

change nick to ur

#

u put my nick

#

xd

#

oh

#

i dont want the username to be same as tag

#

no

#

its if i will join

#

no

#

bro forget

#

my nick is yellow cuz

#

OH

#

@quartz nova

#

also

#

OH

#

wait

#

what game ur making

#

i wanna play it when u finsh it lol

#

its not my game

#

my friend making game called Avil Drops or smth

#

im just coder

#

im coder and UI designer

#

so

#

but anyways

quartz nova
#

i solved ur problem right ?:)

#

bro lemme pay u robux

#

to make my gui

#

😭

#

i need cartoony guis

#

XD

#

like this

#

he wants 1.5k

#

L

#

ill pay depending

#

on the work

#

u do

#

L bozo idk

#

have u made

#

guis

#

for ppl

#

or no

#

no

#

but im weird ui designer

#

i making and desinging ui in roblox studio

#

not photoshop

#

expect coins etc

#

dont matter

#

u can use images off creator marketplace

#

just use the studio modules

#

to make them

#

cuz photoshop is very hard thing for me

#

and i cant learn photoshop and scripting at the same time

#

so

#

u dont need photo shop

#

photoshop

#

cant u make this

#

in roblox studio

#

wait actually

#

bro

#

my 3-5 min work

#

i can pay u for scripting

#

lol

#

cause i know

#

|| nothing ||

#

i need u to script a clicking game

#

nothing crazy

#

AHHAHA

#

BRO

#

clicks, rebirths, pets

#

IM STARTED MY CAREER ON CLICKER

#

ik

#

bro

#

gimme u old game

#

😭

#

idk how to script

#

bro

#

im not making games rn

#

whats ur coin simulator

#

game

#

i making trash test places where i learning

quartz nova
#

or

#

coin

#

why am i named

#

why am i named that

#

uh u mean trash toolbox game which got 200 visits ?

quartz nova
#

PRO

#

kidding

#

i just want the icon

#

💀

#

the

#

thingy

#

i got this icon from google HAHAH

#

where did u get

#

icon from

#

i wanna make one

#

google search

#

but with my group name

#

no like

#

u know anyone

#

that makes em

#

for cheap

#

not 2 million robux

#

no

#

expect if u will learn photoshop 🙂

#

its not working btw

#

why is my name

#

"Player"

#

cuz u pressed Run

#

Ye

#

cause i wanted to test

#

if it works

#

better to press Play or Play here if u wanna ur skin and nick

#

i pressed play?

#

Run creates like Local Game

#

no u pressed Run

#

press Play

#

here

#

or

#

look

#

whyt is it a file

#

?

#

i put my username

#

a

#

do i put display or username

#

only username

#

display name does nothing

#

i did

#

ABSOLUTE nothing

#

can u show ur script rn

#

try to remove crown from TagText

#

but copy it

#

or u gonna lose it

quartz nova
#

ok

teal spire
# quartz nova

you forgot to set local module = {} to local TagConfig = {}

#

this was a very interesting forum post.

quartz nova
#

@quartz nova didnt work btw

#

even after removing

#

the crown

teal spire
#

😭😭😭

#

acc

#

nvm

quartz nova
#

@teal spire @quartz nova found how to make

#

rainbow chat tags