#About CollectionService

1 messages · Page 1 of 1 (latest)

drowsy marsh
#

Hi, i was coding a machine

#

And then

#

Yo wait

#

My code :

#

local CollectionService = game:GetService("CollectionService")
local Button = script.Parent.Parent
local ButtonSound = Button.ClickDetector["button.wav"]
local SpecialPart = game:GetService("ReplicatedStorage").SpecialPart
local TagAddText = workspace.Machine6.TagAddPart.SurfaceGui.TagAddBox

Button.ClickDetector.MouseClick:Connect(function()
ButtonSound:Play()
local tagname = TagAddText.Text

if tagname ~= "" then
    CollectionService:AddTag(SpecialPart, tagname)
else
    warn("Sen çok zeki bir arkadaşsın")
end

end)local CollectionService = game:GetService("CollectionService")
local Button = script.Parent.Parent
local ButtonSound = Button.ClickDetector["button.wav"]
local SpecialPart = game:GetService("ReplicatedStorage").SpecialPart
local TagAddText = workspace.Machine6.TagAddPart.SurfaceGui.TagAddBox

Button.ClickDetector.MouseClick:Connect(function()
ButtonSound:Play()
local tagname = TagAddText.Text

if tagname ~= "" then
    CollectionService:AddTag(SpecialPart, tagname)
else
    warn("Sen çok zeki bir arkadaşsın")
end

end)

#

And then

#

This happened :

#

It should be Blue

#

But ITS not

#

What should i do :(

vague scaffold
#

i dont see anything that changes colors in the code you show

drowsy marsh
#

I just wanted to add "Blue" tag

#

But it just added "Test"

vague scaffold
#

probably server script can't read the text in the textbox on the client

#

so on server the textbox contents havent changed

drowsy marsh
#

Oh

young latchBOT
#

studio** You are now Level 3! **studio

drowsy marsh
#

So what should i do

#

Yay

vague scaffold
#

well first check if thats actually the cause...

#

second idk remote event? up to you to solve it

drowsy marsh
#

Oh

#

idk how to fix

#

Cant i just add this script to ServerScriptService?

vague scaffold
drowsy marsh
#

I will try this

drowsy marsh
#

Oh

#

My plan didnt work

#

:(

drowsy marsh
#

So

drowsy marsh
vague scaffold
#

google is your friend

drowsy marsh
#

I will search it from forums i guess

drowsy marsh
#

Oh

#

I found it