Yahoo Αναζήτηση Διαδυκτίου

Αποτελέσματα Αναζήτησης

  1. 12 Οκτ 2023 · Also the interval you are talking about, it uses Roblox’s RunService. For the anti-cheat naming issue… Well, I’m just using the game industry standard where these “tools” are considered anti-cheat despite only taking advantage of machine learning element. Though, I did consider naming it as a “tool”, but I wanted to market my product.

  2. 6 Φεβ 2022 · You can’t achieve this with a “ClickDetector” instance as it has no “mouse down”/“mouse released” events. I’d recommend using a “ProximityPrompt” instance instead. Sticking with a “ClickDetector” instance you could however make use if its “MouseHoverEnter” and “MouseHoverLeave” events, here’s an example script.

  3. 5 Μαρ 2024 · tool.Activated:Connect(function() --listening to when a player clicks (while holding the item) if not tool.Equipped then return end --just making sure the tool is indeed equipped if mouse.Target and mouse.Target:FindFirstChild("[The name of your clickDetector]") then --checking if the mouse is clicking on the part with the click detector if ...

  4. 11 Μαΐ 2022 · Hello! How i can see if a key is being pressed or holded? I’m doing a fighting game where it does moves depending of how long you hold down a button, how i’d do it? Example: if IsPressed("F") then -- do stuff elseif IsHeld("F") then --do other stuff end

  5. 21 Σεπ 2023 · You can try placing a LocalScript into your tool and type (or copy) the following code: local UseInputService = game:GetService(“UserInputService”) local Tool = script.Parent local leftMouseButtonHeld = false Tool.Equipped:Connect(function() UserInputService.InputBegan:Connect(function(input) if input.UserInputType == Enum.UserInputType.MouseButton1 then leftMouseButtonHeld = true while ...

  6. devforum.roblox.com › t › roblox-not-launching-at-allRoblox not launching, at all

    26 Οκτ 2023 · Hello. Around 30 minutes ago I tried running Roblox; however, something very strange happened. The Roblox client refused to launch at all; Studio and the Windows App are fine, however Roblox refuses to even start. I have not downloaded any programs since the last time I launched Roblox. I’ve tried reinstalling Roblox, restarting my PC, but nothing seems to work. It also seems other users are ...

  7. 6 Αυγ 2021 · If the one/two loop running is what you mean by “doesn’t work”, it’s because it just runs automatically, the Part.ClickDetector.MouseClick:Connect isn’t stopping it, especially if no one clicks the detector.

  8. 24 Απρ 2020 · I tried researching UserInputService some more, and I tried comparing input types, but I can’t seem to get my code to run 😕 I’m trying to figure out how I can test if the player moved their mouse wheel, and also get the direction. (up or down.) Thanks 🙂

  9. 18 Αυγ 2024 · Downdetector isn’t instant, it relies on community votes to tell if something is down. Roblox could easily make a page that would “ping” the basic Roblox services every now and then, and if the ping isn’t answered, then the service is down, and it would be instant enough.

  10. 17 Αυγ 2022 · i want to make a click detector that you have to hold down for something to happen but i cant find a way to do it is there any way 1 Like johnoscarbhv1 (xJo) August 17, 2022, 5:40pm

  1. Γίνεται επίσης αναζήτηση για