Skins are dinosaur models that can be purchased with DNA to change the appearance of a Dinosaur. In the early versions of the game, skins would also add buffs to the stats of the dinosaurs making them highly valued. Nearly every skin changes the looks and appearances of the base dinosaur. This page is only updated for Ver6.3.1 1 Information 2 New Models Skins 2.1 Popular 3 Re-makes/Most.
Oct 28th, 2017
Never
Not a member of Pastebin yet?Sign Up, it unlocks many cool features!
Roblox Dino Simulator Free Grizzly Skin Changer
- local LevisTitanSimulatorGUiv2 = Instance.new('ScreenGui')
- local ImageLabel = Instance.new('ImageLabel')
- local BringPlayersButton = Instance.new('TextButton')
- local SpamPunchButton = Instance.new('TextButton')
- local BringOrbsButton = Instance.new('TextButton')
- local GlossEffect = Instance.new('ImageLabel')
- LevisTitanSimulatorGUiv2.Name = 'LevisTitanSimulatorGUiv2'
- LevisTitanSimulatorGUiv2.Parent = game.Players.LocalPlayer.PlayerGui
- TextLabel.Parent = LevisTitanSimulatorGUiv2
- TextLabel.BackgroundColor3 = Color3.new(0, 1, 1)
- TextLabel.BorderSizePixel = 0
- TextLabel.Position = UDim2.new(0.5, -150, 0.5, -50)
- TextLabel.Font = Enum.Font.Arial
- TextLabel.Text = 'Titan Simulator GUI v2'
- TextLabel.TextSize = 18
- ImageLabel.Parent = TextLabel
- ImageLabel.Size = UDim2.new(1, 0, 0.5, 0)
- ImageLabel.Image = 'rbxasset://textures/BWGradient.png'
- MainFrame.Parent = TextLabel
- MainFrame.BackgroundTransparency = 0.30000001192093
- MainFrame.Position = UDim2.new(0, 0, 0, 20)
- BringPlayersButton.Parent = MainFrame
- BringPlayersButton.BackgroundColor3 = Color3.new(0.27451, 0.27451, 0.27451)
- BringPlayersButton.BackgroundTransparency = 0.60000002384186
- BringPlayersButton.Size = UDim2.new(1, 0, 0.330000013, 0)
- BringPlayersButton.FontSize = Enum.FontSize.Size14
- BringPlayersButton.Text = 'Bring bodies to you (kill for Power)'
- BringPlayersButton.TextColor3 = Color3.new(1, 1, 1)
- SpamPunchButton.Parent = MainFrame
- SpamPunchButton.BackgroundColor3 = Color3.new(0.27451, 0.27451, 0.27451)
- SpamPunchButton.BackgroundTransparency = 0.60000002384186
- SpamPunchButton.Position = UDim2.new(0, 0, 0.330000013, 0)
- SpamPunchButton.Size = UDim2.new(1, 0, 0.330000013, 0)
- SpamPunchButton.FontSize = Enum.FontSize.Size14
- SpamPunchButton.TextColor3 = Color3.new(1, 1, 1)
- BringOrbsButton.Parent = MainFrame
- BringOrbsButton.BackgroundColor3 = Color3.new(0.27451, 0.27451, 0.27451)
- BringOrbsButton.BackgroundTransparency = 0.60000002384186
- BringOrbsButton.Position = UDim2.new(0, 0, 0.660000026, 0)
- BringOrbsButton.Size = UDim2.new(1, 0, 0.330000013, 0)
- BringOrbsButton.FontSize = Enum.FontSize.Size14
- BringOrbsButton.Text = 'Bring Orbs to you (by xFunnieuss Fixed by fixed by bat - exploits)'
- BringOrbsButton.TextSize = 14
- CloseButton.Name = 'CloseButton'
- CloseButton.BackgroundColor3 = Color3.new(1, 0, 0)
- CloseButton.BorderSizePixel = 0
- CloseButton.Size = UDim2.new(0, 20, 0, 20)
- CloseButton.FontSize = Enum.FontSize.Size18
- CloseButton.TextColor3 = Color3.new(1, 1, 1)
- GlossEffect.Parent = CloseButton
- GlossEffect.Size = UDim2.new(1, 0, 0.5, 0)
- GlossEffect.Image = 'rbxasset://textures/BWGradient.png'
- LevisTitanSimulatorGUiv2:remove()
- SpamPunchButton.MouseButton1Down:connect(function()
- local Punch = game.Players.LocalPlayer.Backpack.Punch
- Punch.Parent = game.Players.LocalPlayer.Character
- game.Players.LocalPlayer.Character.Punch:Activate()
- game.Players.LocalPlayer.Character.Punch:Activate()
- local PunchTwo = game.Players.LocalPlayer.Character.Punch
- PunchTwo.Parent = game.Players.LocalPlayer.Backpack
- end)
- BringPlayersButton.MouseButton1Down:connect(function()
- local children = model:GetChildren()
- if children[i] ~= nil then
- children[i].Character.UpperTorso.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
- game.Players.LocalPlayer.Character.UpperTorso.Anchored = false
- game.Players.LocalPlayer.Character.UpperTorso.CFrame = children[i].Character.UpperTorso.CFrame
- end
- BringOrbsButton.MouseButton1Down:connect(function()
- for i,v in pairs(game.Workspace:GetChildren()) do
- v.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
- end
- end)