Placement UI loads 1 time then never loaded! or work

Hello, when this function fired this script only works 1 time and never works again!!

Note:

  • There is no output error or warning!
  • When I write in this script a print script I can’t get any output
  • This script works only 1 times!
local Loadmap = game.ReplicatedStorage.Loadmap
local Aexplode = game.ReplicatedStorage.AfterExplode
local guF = script.Parent

Loadmap.OnServerEvent:Connect(function(Player, A, B)
	wait(3)
	guF:TweenPosition(UDim2.new(0.005, 0,0, 0))
	script.Parent.Visible = true
	script.Parent.Parent.Enabled = true
end)

can I see the client aswell?

also

local RepStorage = game:GetService(“ReplicatedStorage”)
local Aexplode = RepStorage:WaitForChild(“AfterExplode”)
local guF = script.Parent

1 Like

Oh no, not work. Client?
client screenshots?

sure

charsssssssssssssssssssssss

1 Like

Screenshot_33
First-time loaded

Screenshot_34
Second-time loaded slide (OTHER SCRİPTS BUT NOT POSSİBLE!) but not show up