of     1   

e_Scriph
#139357661Saturday, July 05, 2014 10:30 PM GMT

fullscript here: http://pastebin.com/ae0HkrWh ok so in my main admin script I have this if message:sub(1, 5) == "part/" and isAdmin[player.Name] then script.part.size.Value = message:sub(6) script.part.plr.Value = player.Character.Head.Position script.part.Disabled = false end and in my other script I have this while true do wait() player = script.plr.Value script.messages.Value = script.messages.Value+1 part = Instance.new("Part", game.Workspace) part.Name = "xXScriptzXx"..v part.Position = CFrame.new(player) part.Size = Vector3.new(script.position.Value) script.Disabled = true end

    of     1