Skip to content

Commit ec88f96

Browse files
authored
ref 3
1 parent cadde3f commit ec88f96

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

MapLib.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This DOES include deprecated items. (idk which one)
44

55
## Methods
66

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`
88

99
Example:
1010

@@ -42,7 +42,7 @@ This function is the equivalent of `Lib.btnFuncs[5] = function() end` in Flood E
4242

4343
-----------------------------------------------------
4444

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`
4646

4747
Example:
4848

@@ -80,7 +80,7 @@ Used to move [`PVInstances`](https://create.roblox.com/docs/reference/engine/cla
8080

8181
-----------------------------------------------------
8282

83-
### MapLib:Survive(player: `string`): `nil`
83+
### MapLib:Survive(player: [`string`](https://create.roblox.com/docs/scripting/luau/strings)): `nil`
8484

8585
Example:
8686

@@ -120,7 +120,7 @@ old but still usable, merged into `MapLib:MoveRelative()`
120120

121121
-----------------------------------------------------
122122

123-
### MapLib:GetFeature(featureName: `string`)
123+
### MapLib:GetFeature(featureName: [`string`](https://create.roblox.com/docs/scripting/luau/strings))
124124

125125
`:GetFeature()` is used to get any features listed in [the features list](FeatureLib.md)
126126

0 commit comments

Comments
 (0)