ADVERTISEMENTREMOVE ADS
Auto Train
49,057 views
Description
Auto trains for you, change 'true' to 'false' in order to turn the auto train off
Features:
- Auto train
ADVERTISEMENTREMOVE ADS
21 Lines ⢠395 Bytes
--TOGGLES
getgenv().autotrain = true -- true for on, false for off
--VARIABLES
local player = game:GetService("Players").LocalPlayer
local char = player.Character
local sword = char:FindFirstChildOfClass("Tool")
function train()
if sword then
sword:Activate()
end
end
while getgenv().autotrain do
task.wait()
train()
if not getgenv().autotrain then
break
end
end
ADVERTISEMENTREMOVE ADS
ADVERTISEMENTREMOVE ADS






Comments
ngl this is buns only because the sword dissapears which i know is a game bug not script bug
@nolanbiss ya im too lazy to make it fully function with the gamešŖšŖ
@icmp fair. to be honest i wouldnt either XD