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)
** You are now Level 2! **