What does this do?
This script allows players in your game to safely go AFK if they need to do something like go down for dinner
Disclaimers
Local isPVPGame = false-Switch to toggle if your game is a PVP-like game so that people can't do!afk on 1 health: local maxHealth = 100-Change this value to change the max health that the player gets after they do!unafk. Roblox's default health goes to 100, but if your game changes that, change it on here-Functions: function startsWith. Download free macro «Roblox Twister anti AFK» for Roblox. You can use the macro on a normal mouse or keyboard. Bloody and A4tech gaming devices are also supported. Macro description: The camera is spinning and doe. Posted: (6 days ago) Anti afk script roblox anti-afk-roblox › On roundup of the best Online Courses on www.kummert-kam.net Courses. Posted: (1 week ago) Oct 18, 2020 anti afk roblox free download. Modmenu This is a MOD MENU for GTA V Online and it's safe as of now, I am trying to keep it updated, so tha Roblox Shinobi Life 2 Kesh Hub.
I’m not an advanced lua scripter by any means, but I thought I could try to make this system for the fun of it to release on here, so please don’t ask me to script something for you or criticize on it if it’s bad and “simple”
How do we (you guys) get it?
Just follow the steps below!
Step 1
Download the main afk system script from here. If you wish to download the pre-build AFK zone, download it from here
Step 2
Open your game and put the main afk system script in ServerScriptService and the pre-build AFK zone (if downloaded) into Workspace
Step 3
Once completed, open the script that you placed in ServerScriptService. Once opened, you will see configuration variables. The explanation of these variables is already in the script, so I don’t need to explain them here
Step 4
You’re done! If you want to make your own custom AFK zone, read the requirements below
Requirements for custom AFK zone by default
- Must be placed in game.Workspace
- Must be named “AFK Place”
- Must be a model
- Must have a part called “Spawn” in the model
Video Showcase: zachariapopcorn.is-winning.xyz/4Np8LUcutB.mp4
Conclusion of Post
Thanks for reading my post on my AFK system. If you do like this, show your kindness by liking this post, or spreading this post, it’s up to you. If you wish to add something to this script, make a PR on the Github or make a suggestion in the replies, I’m all ears. Anyways, good day and good bye.
Wow Anti Afk Bot
- local ca=Instance.new('TextLabel')local da=Instance.new('Frame')
- local _b=Instance.new('TextLabel')local ab=Instance.new('TextLabel')ba.Parent=game.CoreGui
- ba.ZIndexBehavior=Enum.ZIndexBehavior.Sibling;ca.Parent=ba;ca.Active=true
- ca.BackgroundColor3=Color3.new(0.176471,0.176471,0.176471)ca.Draggable=true
- ca.Position=UDim2.new(0.698610067,0,0.098096624,0)ca.Size=UDim2.new(0,370,0,52)
- ca.Font=Enum.Font.SourceSansSemibold;ca.Text='Anti AFK Script'ca.TextColor3=Color3.new(0,1,1)
- da.BackgroundColor3=Color3.new(0.196078,0.196078,0.196078)da.Position=UDim2.new(0,0,1.0192306,0)
- _b.BackgroundColor3=Color3.new(0.176471,0.176471,0.176471)_b.Position=UDim2.new(0,0,0.800455689,0)
- _b.Size=UDim2.new(0,370,0,21)_b.Font=Enum.Font.Arial;_b.Text='Made by Dynamic. (please subscribe)'
- _b.TextColor3=Color3.new(0,1,1)_b.TextSize=20;ab.Parent=da
- ab.BackgroundColor3=Color3.new(0.176471,0.176471,0.176471)ab.Position=UDim2.new(0,0,0.158377,0)
- ab.Size=UDim2.new(0,370,0,44)ab.Font=Enum.Font.ArialBold;ab.Text='Status: Active'
- ab.TextColor3=Color3.new(0,1,1)ab.TextSize=20;local bb=game:service'VirtualUser'
- game:service'Players'.LocalPlayer.Idled:connect(function()
- bb:CaptureController()bb:ClickButton2(Vector2.new())
- ab.Text='Roblox Tried to kick you but we didnt let them kick you :D'wait(2)ab.Text='Status : Active'end)