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â
I can replicate the issue, most likely just an issue with the [.:] string pattern matching :V Iâll roll out a fix rq
Hello, unfortunately I gotta do something right now so theupdate will be delayed, thanks in advance
cool_match
and cool_find
in favor of just matching the reversed stringHello; Is there any maintanance issues going on with this plugin?
It seems to be privated
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
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
I sandboxed it tho, and also this plugin does no interaction with external systems; It shouldnt be a problem atall
Yeah this isprob the best solution
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
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
fair enough, but it completely removes the autocomplete for stuff like âfunctionâ
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
Very odd, ill look into it//30charlimit//