Hasli4

Untitled

Jul 26th, 2026
7
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. print("Server script started")
  2.  
  3. local Players = game:GetService("Players")
  4. local ReplicatedStorage = game:GetService("ReplicatedStorage")
  5.  
  6. local remotes = ReplicatedStorage:WaitForChild("Remotes")
  7. print("Remotes ok")
  8.  
  9. local remote = remotes:WaitForChild("ChooseCharacter")
  10. print("ChooseCharacter ok")
  11.  
  12. local characterData = require(ReplicatedStorage:WaitForChild("CharacterData"))
  13. print("CharacterData required")
Advertisement
Add Comment
Please, Sign In to add comment