Hi, this is just a thing that happens at first, it should work if you give it permissions (Very easy to google)
Thanks, Iām sure this will solve the problem.
Update 10:
-
Added global service configurations object in ServerStorage
Note that theModuleAncestors
does not overwrite the module ancestors you define manually in your scripts, it just adds them.
Meanwhile,ServiceShorthand
does override service shorthand symbols (Define it as āā to prevent this, tho the behaviour may be changed in the future to be the opposite) -
Added MemoryStoreService as a valid service shorthand and service auto import
Patch 10.1:
- If you autocomplete a native luau global (such as
string
) and a module included in your module descendants has the same name, it no longer imports that module at the top of your script - Service auto imports no longer appear when defining for loop param variables
Never mind me; the screenshots looked off and didnāt match the way I saw it on my device. It actually looks exactly the same
This weirdly doesnāt work for me.

The Docstring is the only broken thing.
(the code sample is only a joke sample )
Hello, are there any errors? //30charlimit//
Thatās not an error from SimpleComplete Try turning the docstring toggle off and on again
Yup, stillā¦
Hmm, can you send the entire file? Ill see if i can replicate the issue
Iāve noticed custom function comments conflicts with this plugin and I had to disable it, thatās probably the reason.
Ahh yeah that may be why, honestly idk why that would happen though, maybe custom function comments overwrites documentation for some rrason?
Hi, can you send it as plain text?I canāt open the file
You have to make sure to drag the file to the workspace. If you donāt want to drag the file to the place, I can put it into text for you.
Yeah just text would be best thank you
----?import-shorthand !
--local ReplicatedStorage = game:GetService("ReplicatedStorage")
--local Anchor = require(ReplicatedStorage.exe_storage.tools["Building Tools"].Tools.Anchor)
----game.ReplicatedStorage.Subtitles:FireAllClients("SOSPAS","Attention! The Particle Matter Shielded Nuclear Fusion Reactor (PMSNFR) startup has been initiated, all personnel are advised to exit core chamber as soon as possible!",5)
--game.ReplicatedStorage.exe_storage.events.banit_events.notify:FireAllClients("PMSNFR startup confirmed. Exit core chamber.", 5)
--workspace.ReactorSystem.Alarms.Value = true
--task.wait(10)
--game.ReplicatedStorage.exe_storage.events.banit_events.notify:FireAllClients("Rediverting power. Startup in T-10 seconds.", 5)
--workspace.ReactorSystem.Lights.Value = false
--ignore above, it's a reactor startup script of mine
--[[<docstring>
<deprecated>
<server_only>
Epic ig lol
<code_sample>: $$
workspace.ReactorSystem:AttemptDeath()
$$
<kind>: $Event$
<detail>: $It's a number...$
<num_overloads>: $10$
]]
local any = 1
This is the entire script.