在 Roblox 上,我试图做到这一点,以便当您使用接近提示时,图像标签变得可见,并且即使您重新加入也保持可见

发布于 2025-01-10 22:41:35 字数 278 浏览 0 评论 0原文

local proximity = workspace.Cardpack.ProximityPrompt --GUI.Enabled = true
local proximityPromptService = game.GetService("ProximityPromptService")

proximity.Triggered:Connect(function()
    game.Workspace.Inventory.Frame.X1.Visble = true
end)
local proximity = workspace.Cardpack.ProximityPrompt --GUI.Enabled = true
local proximityPromptService = game.GetService("ProximityPromptService")

proximity.Triggered:Connect(function()
    game.Workspace.Inventory.Frame.X1.Visble = true
end)

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

最偏执的依靠 2025-01-17 22:41:35

它非常简单,只需使用脚本创建数据存储,然后单击设置数据存储值,当玩家加入 getasync 时,如果值 true 显示,否则等待邻近提示

Its very simple just creat datastore with your script and when click set datastore value and when player join getasync and if value true show else wait the proximity prompt

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文