@@ -4,7 +4,7 @@ This DOES include deprecated items. (idk which one)
4
4
5
5
## Methods
6
6
7
- ### MapLib: Alert (message: ` string ` , color: [ ` Color3 ` ] ( https://create.roblox.com/docs/reference/engine/datatypes/Color3 ) , length: [ ` number ` ] ( https://create.roblox.com/docs/scripting/luau/numbers ) : ` nil `
7
+ ### MapLib: Alert (message: [ ` string ` ] ( https://create.roblox.com/docs/scripting/luau/strings ) , color: [ ` Color3 ` ] ( https://create.roblox.com/docs/reference/engine/datatypes/Color3 ) , length: [ ` number ` ] ( https://create.roblox.com/docs/scripting/luau/numbers ) : ` nil `
8
8
9
9
Example:
10
10
@@ -42,7 +42,7 @@ This function is the equivalent of `Lib.btnFuncs[5] = function() end` in Flood E
42
42
43
43
-----------------------------------------------------
44
44
45
- ### MapLib: SetLiquidType (liquid: [ ` BasePart ` ] ( https://create.roblox.com/docs/reference/engine/classes/BasePart ) , liquidType: ` string ` ): ` nil `
45
+ ### MapLib: SetLiquidType (liquid: [ ` BasePart ` ] ( https://create.roblox.com/docs/reference/engine/classes/BasePart ) , liquidType: [ ` string ` ] ( https://create.roblox.com/docs/scripting/luau/strings ) ): ` nil `
46
46
47
47
Example:
48
48
@@ -80,7 +80,7 @@ Used to move [`PVInstances`](https://create.roblox.com/docs/reference/engine/cla
80
80
81
81
-----------------------------------------------------
82
82
83
- ### MapLib: Survive (player: ` string ` ): ` nil `
83
+ ### MapLib: Survive (player: [ ` string ` ] ( https://create.roblox.com/docs/scripting/luau/strings ) ): ` nil `
84
84
85
85
Example:
86
86
@@ -120,7 +120,7 @@ old but still usable, merged into `MapLib:MoveRelative()`
120
120
121
121
-----------------------------------------------------
122
122
123
- ### MapLib: GetFeature (featureName: ` string ` )
123
+ ### MapLib: GetFeature (featureName: [ ` string ` ] ( https://create.roblox.com/docs/scripting/luau/strings ) )
124
124
125
125
` :GetFeature() ` is used to get any features listed in [ the features list] ( FeatureLib.md )
126
126
0 commit comments