jynz_l
(jynz)
#1
Basically, proximity prompt works really perfect and opens the gui but the next time it does not open.
The script i wrote:
local prox = script.Parent.Parent.ProximityPrompt
prox.Triggered:Connect(function(plr)
plr.PlayerGui.MainUI.TransferUI.Visible = true
end)
This is the only the issue above, how do i fix it?
4667hp
(BeanEaterBob)
#2
How are you closing the ui?
jynz_l
(jynz)
#3
The UI includes a close button that closes, that is it and then proximity refuses to open
4667hp
(BeanEaterBob)
#4
is the proximity using a server script?
and what type of script is the close script?
jynz_l
(jynz)
#5
Yes, to transfer balance to player, local script
4667hp
(BeanEaterBob)
#6
Then you would need to close it on the server too
2 Likes
jynz_l
(jynz)
#7
Okay, I am going to see if that works!
1 Like
jynz_l
(jynz)
#8
Thank you! it worked from server-side!