Advertisement
Guest User

Untitled

a guest
Apr 22nd, 2014
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.40 KB | None | 0 0
  1. local PrimaryGui = {
  2.     ["Frame"] = script.Parent:WaitForChild("PrimaryFrame"),
  3.     ["TilesFrame"] = Frame:WaitForChild("Frame"),
  4.     ["Tiles"] = {TilesFrame:WaitForChild("View1"),TilesFrame:WaitForChild("View2"),TilesFrame:WaitForChild("View3"),TilesFrame:WaitForChild("View4")},
  5.     ["Up"] = Frame:WaitForChild("Up"),
  6.     ["Down"] = Frame:WaitForChild("Down"),
  7.    
  8.     ["SelectedTile"] = -1,
  9.     ["ScrollIndex"] = 1
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement