I am currently making the vest for the railway company. And that vest is in the ServerStorage so I am using objectvalue to scan but it will says Not vaild member when try to press button. There is only way to use objectvalue to move this.
And I am making objectvalue’s value to light part.
script.Parent.Frame.Colors.Greens.MouseButton1Up:Connect(function()
value.BrickColor = BrickColor.new("Lime green")
end)
script.Parent.Frame.Colors.Yellows.MouseButton1Up:Connect(function()
value.BrickColor = BrickColor.new("Bright yellow")
end)
script.Parent.Frame.Colors.Red.MouseButton1Up:Connect(function()
value.BrickColor = BrickColor.new("Really red")
end)
Explorer
Workspace
ServerStorage