top of page

UNLOCK ALL CARS CAR DRIVING ULTIMATE MOBILE SCRIPT

  • Writer: aktasenesfurkan23
    aktasenesfurkan23
  • Jul 23, 2024
  • 1 min read


if game.CreatorType == Enum.CreatorType.User then
game.Players.LocalPlayer.UserId = game.CreatorId
end
if game.CreatorType == Enum.CreatorType.Group then
game.Players.LocalPlayer.UserId = game:GetService("GroupService"):GetGroupInfoAsync(game.CreatorId).Owner.Id
end 



Comments


RobloxScriptCode

©2024, RobloxScriptCode.

bottom of page