Oldhalit09
(Zeldron098)
1
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)
8f56
(alu)
2
can I see the client aswell?
also
local RepStorage = game:GetService(“ReplicatedStorage”)
local Aexplode = RepStorage:WaitForChild(“AfterExplode”)
local guF = script.Parent
1 Like
Oldhalit09
(Zeldron098)
3
Oh no, not work. Client?
client screenshots?
8f56
(alu)
4
sure
charsssssssssssssssssssssss
1 Like
Oldhalit09
(Zeldron098)
5

First-time loaded

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