7.5k Views
Description
pretty much stars without doin anything this aint a good script but i guess ill post it credit to first comments
Comments
5

Offline
Letsgoaye 4 years ago - Edited
Works but here is better version
while task.wait() do
local Event = game:GetService("ReplicatedStorage")["Lu_RS"].shared.assets.remotes["click_RE"]
Event:FireServer()
end
Offline
loyal 4 years ago - Edited
nice ill edit it and give the credits for it
Offline
loyalxo 4 years ago - Edited
**** mods banned me for putting cord in description when multiple people done it
Offline
monortex 4 years ago - Edited
It's a bit lagging but getting stars pretty fast.
-- Script --
local RunService = game:GetService("RunService")
local function updateClicks()
RunService.RenderStepped:Connect(function()
local args = {
[1] = 100,
[2] = "all_for_one"
}
game:GetService("ReplicatedStorage").Lu_RS.shared.assets.remotes.weiss_RE:FireServer(unpack(args))
end)
coroutine.wrap(updateClicks)()
end
updateClicks()
Offline
SomeRandomUser 4 years ago - Edited
@monortex This is the best script i ever used! Thank you i mean its a bit laggy but its ok!






