英文: How to give people tools using a remote event? 问题 我有一个本地脚本,当点击某个部分时,它会将玩家的名称发送到服务器端,以便分发武器。事件触发时...
寻找最近的玩家
英文: PathFinding closest Player 问题 路径规划为什么不起作用,我是新手脚本编写者,对我来说这根本没有意义,我明白我的其他代码,我已经阅读了文档,但当涉及到集成路径规划时,...
如何将两个锚定的零件焊接在一起?
英文: How do I weld two anchored parts together? 问题 我创建了一个障碍关卡,其中有掉落的石头,玩家必须在它们再次落到地面之前通过它们。但如果他们被石头的底...
如何创建一个变量,可以在重新加入Roblox游戏后跟踪总共花费的时间?
英文: How can I create a variable that tracks the total time spent in a Roblox game even after rejoini...
Roblox物体拾取问题
英文: roblox object pick up issue 问题 我在Roblox Studio中遇到了麻烦,当我点击物体时,会导致用户飞行或悬浮... 这是我的代码 local FrenchFr...
Cannot create a client socket with a PROTOCOL_TLS_SERVER context while trying to rank a player in-group
英文: Cannot create a client socket with a PROTOCOL_TLS_SERVER context while trying to rank a player i...
Roblox工作室 – 如何将拥有最多分数的玩家设为胜利者?
英文: Roblox studio - How to give the player with most points a win? 问题 我正在制作一个轮次类型的游戏,玩家通过正确回答问题来获得积分...
我不理解我的人形代码有什么问题?
英文: I dont understand what is wrong with my humanoid code? 问题 以下是代码的翻译部分: local sinkpart = script.Pa...
为什么当我触摸零件时GUI界面没有打开?
英文: why isnt the gui opening when i touch the part? 问题 I have tried almost everything I can to fix i...
使用`getchildren()`获取点击事件。
英文: Getting on click using getchildren() 问题 我有一个在Roblox Studio中的区域,上面有从0到9的按钮编号,我想获取该文件夹中的所有子项,并获取它们...
3