#I NEED HELP.

1 messages · Page 1 of 1 (latest)

buoyant swift
#

So there is a problem. The script under tabla1 only works, if the Menetrend Tábla is under workspace, so if i group it it doesent work. I need help with it.

(The script under TABLA1 changes the decals to a specific picture.)

(the script RN):

local button = script.Parent

local menetrendTabla = workspace:WaitForChild("Menetrend tábla")

-- The decals
local decalFront = menetrendTabla:WaitForChild("DecalFront")
local decalBack = menetrendTabla:WaitForChild("DecalBack")

-- The image you want to change to
local newImage = "rbxassetid://" -- 

button.MouseButton1Click:Connect(function()
    decalFront.Texture = newImage
    decalBack.Texture = newImage
end)
#

i need help asap

wind belfry
#
local newImage = "rbxassetid://1234567890" -- replace with your asset ID
spice jay
#

so why is a screen gui inside of a part and also server scripts dont work in a screen gui

#

use a surface ui instead

buoyant swift
#

@wind belfry Its a private model, that i dont wanna share.

#

The id

spice jay
#

Wait are you parent it to the player gui?

#

Cuz that would work

buoyant swift
#

?

serene stirrupBOT
#

studio** You are now Level 2! **studio

buoyant swift
#

You dont understand.