Skip to content

Commit 4f2f7db

Browse files
sync: update documentation sources (2026-03-16 19:03 UTC)
1 parent 709ecbb commit 4f2f7db

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

roblox/en-us/scripting/security/security-tactics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,4 @@ Integrate security considerations into your experience's design from the very be
4747
- Could an exploiter use this to ruin another player's experience?
4848
- How much resources, in the worst case, could this feature feasibly use?
4949
- What is the minimum internal information or state that I need to expose for this feature?
50-
- Partition responsibilities early. Keep logic and data in ServerScriptStorage from day one. Never place them in replicated containers, e.g. ReplicatedStorage or Workspace.
50+
- Partition responsibilities early. Keep logic and data in ServerScriptService from day one. Never place them in replicated containers like ReplicatedStorage or Workspace.

0 commit comments

Comments
 (0)