Although your plugin is called “Lazy Service” so I won’t mind if you only make it compatible with services
new update: added code snipping(big update btw)
kinda pog!
thanks @Ruikang726 for the suggestion !
commands :
forpairs = for i , v in pairs() do end
foripairs = for i , v in ipairs do end
newcour = coroutine.resume(coroutine.create(function() end))
wfc = :WaitForChild()
ffc = FindFirstChild()
just do :ReplicatedStoragewfc is similar to ReplicatedStorage:WaitForChild() -- this is an example
connectf = :Connect(Function() end)
just do Part.Touchedconnectf is similar to Part.Touched:Connect(function() end) -- this is an example
hope you guys like it ! thanks
2 Likes
Now this is more like it, keep up the good work