The description of Russian Simulator Simulator In Russia you start playing in 862 years, which, on giving Novgorod invited to a three Varangian princes. Since then, the fate of Russia's in your hands. You have to fight wars, trade, engage in the development of their territories.
Russian Simulator Script
- ONLY FOR SOVIET UNION https://www.roblox.com/games/2988554876/AREA-51-Military-Simulator
- Made by roblox1geret
- local MilGUI = Instance.new('ScreenGui')
- local title = Instance.new('TextLabel')
- local rlist = Instance.new('TextButton')
- local moresoon = Instance.new('TextButton')
- --Properties:
- MilGUI.Parent = game.Players.LocalPlayer:WaitForChild('PlayerGui')
- MilGUI.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
- Frame.BackgroundColor3 = Color3.new(0.188235, 0.188235, 0.188235)
- Frame.BorderSizePixel = 5
- Frame.Position = UDim2.new(0.0645577759, 0, 0.428977281, 0)
- title.Parent = Frame
- title.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
- title.BorderSizePixel = 5
- title.Font = Enum.Font.GothamSemibold
- title.TextColor3 = Color3.new(1, 1, 1)
- title.TextSize = 25
- title.TextStrokeColor3 = Color3.new(1, 0, 0.0156863)
- title.TextWrapped = true
- tpguns.Name = 'tpguns'
- tpguns.BackgroundColor3 = Color3.new(1, 1, 1)
- tpguns.BorderColor3 = Color3.new(1, 0, 0)
- tpguns.Position = UDim2.new(0, 0, 0.234728873, 0)
- tpguns.Font = Enum.Font.Gotham
- tpguns.TextColor3 = Color3.new(1, 1, 1)
- tpguns.TextStrokeColor3 = Color3.new(1, 0, 0)
- tpguns.TextWrapped = true
- rlist.Name = 'rlist'
- rlist.BackgroundColor3 = Color3.new(1, 1, 1)
- rlist.BorderColor3 = Color3.new(1, 0, 0)
- rlist.Position = UDim2.new(0, 0, 0.533034325, 0)
- rlist.Font = Enum.Font.Gotham
- rlist.TextColor3 = Color3.new(1, 1, 1)
- rlist.TextStrokeColor3 = Color3.new(1, 0, 0)
- rlist.TextWrapped = true
- infjump.Name = 'infjump'
- infjump.BackgroundColor3 = Color3.new(1, 1, 1)
- infjump.BorderColor3 = Color3.new(1, 0, 0)
- infjump.Position = UDim2.new(0, 0, 0.72717303, 0)
- infjump.Font = Enum.Font.Gotham
- infjump.TextColor3 = Color3.new(1, 1, 1)
- infjump.TextStrokeColor3 = Color3.new(1, 0, 0)
- infjump.TextWrapped = true
- moresoon.Name = 'moresoon'
- moresoon.BackgroundColor3 = Color3.new(1, 1, 1)
- moresoon.BorderColor3 = Color3.new(1, 0, 0)
- moresoon.Position = UDim2.new(0, 0, 0.889852583, 0)
- moresoon.Font = Enum.Font.Gotham
- moresoon.TextColor3 = Color3.new(0, 0, 0)
- moresoon.TextStrokeColor3 = Color3.new(1, 0, 0)
- moresoon.TextWrapped = true
- openclose.Name = 'openclose'
- openclose.BackgroundColor3 = Color3.new(0.235294, 0.235294, 0.235294)
- openclose.BorderSizePixel = 5
- openclose.Position = UDim2.new(0.481023878, 0, -0.000863611698, 0)
- openclose.Font = Enum.Font.SourceSans
- openclose.TextColor3 = Color3.new(1, 1, 1)
- openclose.TextSize = 14
- openclose.TextStrokeTransparency = 0
- -- Scripts:
- local d = game.workspace:GetDescendants()
- for index, descendant in pairs(d) do
- if descendant.Parent.Name 'Model' then
- descendant.Parent.PrimaryPart = descendant.Parent.Part
- descendant.Parent:SetPrimaryPartCFrame(CFrame.new(40.11, 3.5, 215.72))
- end
- if descendant.Name 'TrenchShotgun' then
- descendant.Parent.PrimaryPart = descendant.Parent.Part
- descendant.Parent:SetPrimaryPartCFrame(CFrame.new(40.11, 6.5, 215.72))
- end
- end)
- rlist.MouseButton1Click:Connect(function()
- local list = game.Players.LocalPlayer.PlayerGui.playerList
- if list.Enabled true then
- game.Players.LocalPlayer.PlayerGui.playerList.Enabled = false
- game.Players.LocalPlayer.PlayerGui.playerList.Enabled = true
- end)
- infjump.MouseButton1Click:Connect(function()
- local Player = game:GetService'Players'.LocalPlayer;
- function Action(Object, Function) if Object ~= nil then Function(Object); end end
- UIS.InputBegan:connect(function(UserInput)
- if UserInput.UserInputType Enum.UserInputType.Keyboard and UserInput.KeyCode Enum.KeyCode.Space then
- Action(Player.Character.Humanoid, function(self)
- if self:GetState() Enum.HumanoidStateType.Jumping or self:GetState() Enum.HumanoidStateType.Freefall then
- Action(self.Parent.HumanoidRootPart, function(self)
- self.Velocity = Vector3.new(0, _G.JumpHeight, 0);
- end
- end
- end)
- function zigzag(X) return math.acos(math.cos(X*math.pi))/math.pi end
- counter = 0
- open = true
- openclose.MouseButton1Click:Connect(function()
- Frame.Visible = false
- open = false
- Frame.Visible = true
- open = true
- end)
- while true do
- tpguns.TextStrokeColor3 = Color3.fromHSV(zigzag(counter),1,1)
- rlist.TextStrokeColor3 = Color3.fromHSV(zigzag(counter),1,1)
- infjump.TextStrokeColor3 = Color3.fromHSV(zigzag(counter),1,1)
- title.TextStrokeColor3 = Color3.fromHSV(zigzag(counter),1,1)
- title.BorderColor3 = Color3.fromHSV(zigzag(counter),1,1)
- moresoon.TextStrokeColor3 = Color3.fromHSV(zigzag(counter),1,1)
- Frame.BorderColor3 = Color3.fromHSV(zigzag(counter),1,1)
- openclose.BorderColor3 = Color3.fromHSV(zigzag(counter),1,1)
- openclose.TextStrokeColor3 = Color3.fromHSV(zigzag(counter),1,1)
- end
Keep clicking SPIN until you find the perfect name
Keywords are optional
Click on the names to check availability
Keyword Suggestions
Personalized Username Ideas
This intelligent username generator lets you create hundreds of personalized name ideas. In addition to random usernames, it lets you generate social media handles based on your name, nickname or any words you use to describe yourself or what you do.
Related keywords are added automatically unless you check the Exact Words option. To generate fun alliterative names, be sure to try out the Rhyming Words option once you’ve entered some keywords. Click the Spin button as many times as you like to create a new set of random names.
Instant Availability Check
To check availability on Youtube, Reddit, Twitter, Twitch and other social networks, simply tap on the name you like. If that particular name is taken, try adding some variations, such as extra characters, prefixes or suffixes. You can also try using partial words - strip 1 or 2 characters from the end or beginning or replace letters with those that sound similar.
Unique Words Make Best Names
No algorithm can match the creativity of a human brain. There are some types of names that cannot be generated easily - such as puns or wordplay. But hopefully, we can give you a bit of a push to spark your own ideas. If you can come up with some cool creative words, then we can add our own unique spin to them and make tons of variations and alternatives.
Russian Roulette Simulator Roblox
Think conceptually - for example, to convey speed, you might want to use words like lightning, bullet, rocket or cheetah. To convey spirituality, words like mystic, enchanted, hypnotic, or karma may be a good start. You get the idea.
Good luck with your name search!
Russian Simulator Roblox Script
Username Contests
I would like a nickname for videogames and for my instagram page. I like drawing and i want a nickname like 'PolyMars' or something like it,.
I am searching a name for a sports channel which will predominantly show livestreams of football, handball, volleyball etc. involved will be.
I need a Game streaming name for twitch channel and other.
I do variety streaming and play loads of different games.
I need somethi.I wanna start my YT .
Hi my name is Martin, but for bros i use Matt.
I wanna start my gaming channel, where is a main theme is: lets.I need a proper fursona/dragon sona username that was my inspiration from Spyro Reignited Trilogy
Also, his name is Pluoc. Don't bo.I need a catchy name for a new youtube channel that will cater to the elderly and their families. This channel and regular videos will cover.
The nickname I would like is one that Includes United or something similar to United
the name be less than 10 letters but if its alittle.I need a name for a Minecraft gaming channel that multiple people would work on and collaborate on. I also may play other games not just Min.
I'm looking to start a gaming channel on youtube/twitch. i would usually play forza, call of duty, or some other popular games on steam.
i need a name thats easy to say and not to long also I play games and plan to do other stuff.
I would be doing gaming content like minecraft sims and roblox and sometimes other things so I would need a name that could work for many di.
I want a name for my gaming channel in which o can play many games and not just one game. So please suggest that name which is very easy to .