как сделать при нажатии на парт появляется Frame

Аватар автора
каркарычь
это первое моё видео на канале script part: local RemoteEvent = game.ReplicatedStorage.RemoteEvent script.Parent.ClickDetector.MouseClick:Connect(function(Player) RemoteEvent:FireClient(Player) end Local Script StarterGui: local RemoteEvent = game.ReplicatedStorage.RemoteEvent RemoteEvent.OnServerEvent:Connect(function() script.Parent.Frame.Visible = true script.Parent.Visible = true end) Local Script Button: local Frame = script.Parent.Parent.Frame script.Parent.Activated:Connect(function() Frame.Visible = false script.Parent.Visible = false end)

0/0


0/0

0/0

0/0