File tree Expand file tree Collapse file tree 3 files changed +11
-6
lines changed
Expand file tree Collapse file tree 3 files changed +11
-6
lines changed Original file line number Diff line number Diff line change 11{
2- "version" : " 0.571 .0.5710526 " ,
3- "guid" : " version-4ef836e0430f4819 "
2+ "version" : " 0.573 .0.5730507 " ,
3+ "guid" : " version-da56b3062bbf4871 "
44}
Original file line number Diff line number Diff line change @@ -5,18 +5,23 @@ local StarterPlayerScripts = StarterPlayer:WaitForChild("StarterPlayerScripts")
55
66local module = {}
77local RbxCharacterSounds = script :WaitForChild (" RbxCharacterSounds" )
8+ local versionInfo = require (script :WaitForChild (" VersionInfo" ))
89
910local MODULE_NAME = RbxCharacterSounds .Name
1011
11- function module .get (): ModuleScript
12+ function module .getVersionInfo (): {[string ]: string }
13+ return table .clone (versionInfo )
14+ end
15+
16+ function module .get (): LocalScript
1217 return RbxCharacterSounds
1318end
1419
15- function module .getCopy (): ModuleScript
20+ function module .getCopy (): LocalScript
1621 return module .get ():Clone ()
1722end
1823
19- function module .replace (rbxCharacterSounds : ModuleScript )
24+ function module .replace (rbxCharacterSounds : LocalScript )
2025 local existing = StarterPlayerScripts :FindFirstChild (MODULE_NAME )
2126 if existing then
2227 existing :Destroy ()
Original file line number Diff line number Diff line change 11[package ]
22name = " upliftgames/rbxcharactersounds"
3- version = " 571 .0.5710526 "
3+ version = " 573 .0.5730507 "
44registry = " https://github.com/UpliftGames/wally-index"
55realm = " shared"
66
You can’t perform that action at this time.
0 commit comments