[v.17.6] SimpleComplete | General scripting plugin

Patch 13.105:

  • Fixed all index out of bounds errors
--!strict

local ReplicatedStorage = game:GetService("ReplicatedStorage")

print(ReplicatedStorage.Parent --[[imports replicatedstorage]], analyt --[[doesnt import analyticsservice]])

this doesn’t happen if it’s only “ReplicatedStorage” instead of “ReplicatedStorage.Parent”

1 Like

I can replicate the issue, most likely just an issue with the [.:] string pattern matching :V I’ll roll out a fix rq

1 Like

Hello, unfortunately I gotta do something right now so theupdate will be delayed, thanks in advance

1 Like

Patch 13.107

  • Removed cool_match and cool_find in favor of just matching the reversed string

    This works alot better and i can’t believe i didnt think of this earlier xd (It’s also probably why matching direction doesn’t exist)
    Also fixed the issue you were having
1 Like

Hello; Is there any maintanance issues going on with this plugin?
It seems to be privated
image

1 Like

roblox probably took it down?

i smell loadstring shenanigans

Hello, it shouldnt be so… ill investigate the issue

Roblox took it down ://////

Like, why bro?? Is it cuz i use loadstring for the import var transform function setting :sob:

Ill appeal and try to find a workaround for now

you mentioned something about loadstring before, do you think that’s why?

Maybe? Honestly i don’t know yet, but if itis that’s just extremely shortsighted atleast imo

Ill disable the import var transform setting and try making a new temporary link for the plugin

yeah, especially considering the code for the loadstring seems to be an input by the user, seems extremely in poor taste

maybe just make presets for camelCase PascalCase and stuff that doesn’t rely on loadstring

good thing I can still use the plugin despite not being distributed

1 Like

I sandboxed it tho, and also this plugin does no interaction with external systems; It shouldnt be a problem atall :sob:

Yeah this isprob the best solution

1 Like

Hey, heres a new link until the appeal can be processed in May:

The original SimpleComplete link will still be updated to keep the ones who got the old one updated, so you don’t need to get this one if you already got it

1 Like
local Players = game:GetService("Players")

Players.PlayerAdded:Connect(f) -- prompts to import friendservice

Hi, this is intentional as you may want to import things in function calls. for example you may wanna pass idk a function stored in a module to Connect

1 Like

fair enough, but it completely removes the autocomplete for stuff like “function” :thinking:

1 Like

It most likely doesnt remove it, just appears above it for wtv reason

it does remove it for me, can you reproduce it?

also it prompts me to use both the import and the shorthand despite me not entering the shorthand prefix

1 Like

Very odd, ill look into it//30charlimit//