Roblox Forum banner

Discussions Showcase Albums Media Media Comments Tags Marketplace

1-2 of 2 Results
  1. Scripting
    why won't my function 2 work? local module = {} function module.FuncOne(plr) print("Function One Started") local test = Instance.new("Part",workspace) test.Name = [plr] print(test.Name) end function module.FuncTwo(plr) print("Function Two Started") local test = Instance.new("Part",workspace)...
  2. Scripting
    (NOTE): I am NOT a very good scripter yet. I am making a game where there is an intermission stage, and eventually leads to a battle part where all players battle. I need help getting a script that teleports all players to a location using positions or CFrames. No YT video, Devforum page, or...
1-2 of 2 Results
Top